Html Css Color HEX #AF413E Medium Carmine

📋 copy color: '#AF413E'

red 175 ◦ green 65 ◦ blue 62

#AF413E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #AF413E

Tints of Medium Carmine #AF413E

RGB

 RED value IS 175 (68.75% from 255) = 57.95%

 GREEN value IS 65 (25.78% from 255) = 21.52%

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 57.95%
G = 21.52%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF413E (or 0xAF413E) is known color: Medium Carmine. HEX triplet: AF, 41 and 3E. RGB value is (175,65,62). Sum of RGB (Red+Green+Blue) = 175+65+62=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413E is #50BEC1. Grayscale: #616161. Windows color (decimal): -5291714 or 4080047. OLE color: 4080047.

HSL color Cylindrical-coordinate representation of color #AF413E: hue angle of 1.59º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF413E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 62 -
CMYK 0 0.63 0.65 0.31
HSL 1.59º 0.48% 0.46% -
HSV(B) 1.59º 0.65% 0.69% -
XYZ 20.44 13.24 6.04 -
YUV 97.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 175 65 62 0 0.63 0.65 0.31 1.59 0.48 0.46
Hex AF 41 3E 0 3F 41 1F 2 30 2E
Octal 257 101 76 0 77 101 37 2 60 56
Binary 10101111 1000001 111110 0 111111 1000001 11111 10 110000 101110

Color Harmonies of #AF413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF413E

Black with #AF413E

Text Example


Text Example

White with #AF413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF413E; }

 p { color: rgb(175,65,62); }

 H1.HeaderClassName
 {
   color: #AF413E;
 }
 .AnyTagClassName
 {
   color: #AF413E;
 }
</style>

background-color css

<style>
 a { background-color: #AF413E; }

 a { background-color: rgb(175,65,62); }

 div.DivClassName
 {
   background-color: #AF413E;
 }
 .BgClassName
 {
   background-color: #AF413E;
 }
</style>

border-color css

<style>
 span { border-color: #AF413E; }

 span { border-color: rgb(175,65,62); }

 td.TdClassName
 {
   border-color: #AF413E;
 }
 .TagClassName
 {
   border-color: #AF413E;
 }
</style>