Html Css Color HEX #AF0424 Carmine

📋 copy color: '#AF0424'

red 175 ◦ green 4 ◦ blue 36

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

Shades of Carmine #AF0424

Tints of Carmine #AF0424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 81.4%
G = 1.86%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF0424 (or 0xAF0424) is known color: Carmine. HEX triplet: AF, 04 and 24. RGB value is (175,4,36). Sum of RGB (Red+Green+Blue) = 175+4+36=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0424 is #50FBDB. Grayscale: #3A3A3A. Windows color (decimal): -5307356 or 2360495. OLE color: 2360495.

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

Color convert

RGB 175 4 36 -
CMYK 0 0.98 0.79 0.31
HSL 348.77º 0.96% 0.35% -
HSV(B) 348.77º 0.98% 0.69% -
XYZ 18.04 9.33 2.52 -
YUV 58.78 115.15 210.9 -
System Red Green Blue C M Y K H S L
Decimal 175 4 36 0 0.98 0.79 0.31 348.77 0.96 0.35
Hex AF 4 24 0 62 4F 1F 15D 60 23
Octal 257 4 44 0 142 117 37 535 140 43
Binary 10101111 100 100100 0 1100010 1001111 11111 101011101 1100000 100011

Color Harmonies of #AF0424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0424

Black with #AF0424

Text Example


Text Example

White with #AF0424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0424; }

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

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

background-color css

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

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

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

border-color css

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

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

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