Html Css Color HEX #AF3E32 Medium Carmine

📋 copy color: '#AF3E32'

red 175 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #AF3E32

Tints of Medium Carmine #AF3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

 BLUE value IS 50 (19.92% from 255) = 17.42%

R = 60.98%
G = 21.6%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF3E32 (or 0xAF3E32) is known color: Medium Carmine. HEX triplet: AF, 3E and 32. RGB value is (175,62,50). Sum of RGB (Red+Green+Blue) = 175+62+50=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E32 is #50C1CD. Grayscale: #5E5E5E. Windows color (decimal): -5292494 or 3292847. OLE color: 3292847.

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

Color convert

RGB 175 62 50 -
CMYK 0 0.65 0.71 0.31
HSL 5.76º 0.56% 0.44% -
HSV(B) 5.76º 0.71% 0.69% -
XYZ 19.98 12.79 4.43 -
YUV 94.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 175 62 50 0 0.65 0.71 0.31 5.76 0.56 0.44
Hex AF 3E 32 0 41 47 1F 6 38 2C
Octal 257 76 62 0 101 107 37 6 70 54
Binary 10101111 111110 110010 0 1000001 1000111 11111 110 111000 101100

Color Harmonies of #AF3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E32

Black with #AF3E32

Text Example


Text Example

White with #AF3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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