Html Css Color HEX #AF032C Carmine

📋 copy color: '#AF032C'

red 175 ◦ green 3 ◦ blue 44

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

Shades of Carmine #AF032C

Tints of Carmine #AF032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 78.83%
G = 1.35%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF032C (or 0xAF032C) is known color: Carmine. HEX triplet: AF, 03 and 2C. RGB value is (175,3,44). Sum of RGB (Red+Green+Blue) = 175+3+44=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF032C is #50FCD3. Grayscale: #3B3B3B. Windows color (decimal): -5307604 or 2884527. OLE color: 2884527.

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

Color convert

RGB 175 3 44 -
CMYK 0 0.98 0.75 0.31
HSL 345.7º 0.97% 0.35% -
HSV(B) 345.7º 0.98% 0.69% -
XYZ 18.17 9.36 3.23 -
YUV 59.1 119.48 210.67 -
System Red Green Blue C M Y K H S L
Decimal 175 3 44 0 0.98 0.75 0.31 345.7 0.97 0.35
Hex AF 3 2C 0 62 4B 1F 15A 61 23
Octal 257 3 54 0 142 113 37 532 141 43
Binary 10101111 11 101100 0 1100010 1001011 11111 101011010 1100001 100011

Color Harmonies of #AF032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF032C

Black with #AF032C

Text Example


Text Example

White with #AF032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF032C; }

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

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

background-color css

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

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

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

border-color css

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

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

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