Html Css Color HEX #AF042C Carmine

📋 copy color: '#AF042C'

red 175 ◦ green 4 ◦ blue 44

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

Shades of Carmine #AF042C

Tints of Carmine #AF042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 78.48%
G = 1.79%
B = 19.73%

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

#AF042C (or 0xAF042C) is known color: Carmine. HEX triplet: AF, 04 and 2C. RGB value is (175,4,44). Sum of RGB (Red+Green+Blue) = 175+4+44=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF042C is #50FBD3. Grayscale: #3B3B3B. Windows color (decimal): -5307348 or 2884783. OLE color: 2884783.

HSL color Cylindrical-coordinate representation of color #AF042C: hue angle of 345.96º degrees, saturation: 0.96, 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 #AF042C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 4 44 -
CMYK 0 0.98 0.75 0.31
HSL 345.96º 0.96% 0.35% -
HSV(B) 345.96º 0.98% 0.69% -
XYZ 18.18 9.38 3.24 -
YUV 59.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 175 4 44 0 0.98 0.75 0.31 345.96 0.96 0.35
Hex AF 4 2C 0 62 4B 1F 15A 60 23
Octal 257 4 54 0 142 113 37 532 140 43
Binary 10101111 100 101100 0 1100010 1001011 11111 101011010 1100000 100011

Color Harmonies of #AF042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF042C

Black with #AF042C

Text Example


Text Example

White with #AF042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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