Html Css Color HEX #AF3E2C Medium Carmine

📋 copy color: '#AF3E2C'

red 175 ◦ green 62 ◦ blue 44

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

Shades of Medium Carmine #AF3E2C

Tints of Medium Carmine #AF3E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 62.28%
G = 22.06%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF3E2C (or 0xAF3E2C) is known color: Medium Carmine. HEX triplet: AF, 3E and 2C. RGB value is (175,62,44). Sum of RGB (Red+Green+Blue) = 175+62+44=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E2C is #50C1D3. Grayscale: #5D5D5D. Windows color (decimal): -5292500 or 2899631. OLE color: 2899631.

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

Color convert

RGB 175 62 44 -
CMYK 0 0.65 0.75 0.31
HSL 8.24º 0.6% 0.43% -
HSV(B) 8.24º 0.75% 0.69% -
XYZ 19.86 12.74 3.8 -
YUV 93.74 99.94 185.96 -
System Red Green Blue C M Y K H S L
Decimal 175 62 44 0 0.65 0.75 0.31 8.24 0.6 0.43
Hex AF 3E 2C 0 41 4B 1F 8 3C 2B
Octal 257 76 54 0 101 113 37 10 74 53
Binary 10101111 111110 101100 0 1000001 1001011 11111 1000 111100 101011

Color Harmonies of #AF3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E2C

Black with #AF3E2C

Text Example


Text Example

White with #AF3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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