Html Css Color HEX #AF0219 Carmine

📋 copy color: '#AF0219'

red 175 ◦ green 2 ◦ blue 25

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

Shades of Carmine #AF0219

Tints of Carmine #AF0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 86.63%
G = 0.99%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF0219 (or 0xAF0219) is known color: Carmine. HEX triplet: AF, 02 and 19. RGB value is (175,2,25). Sum of RGB (Red+Green+Blue) = 175+2+25=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0219 is #50FDE6. Grayscale: #383838. Windows color (decimal): -5307879 or 1639087. OLE color: 1639087.

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

Color convert

RGB 175 2 25 -
CMYK 0 0.99 0.86 0.31
HSL 352.02º 0.98% 0.35% -
HSV(B) 352.02º 0.99% 0.69% -
XYZ 17.88 9.23 1.76 -
YUV 56.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 175 2 25 0 0.99 0.86 0.31 352.02 0.98 0.35
Hex AF 2 19 0 63 56 1F 160 62 23
Octal 257 2 31 0 143 126 37 540 142 43
Binary 10101111 10 11001 0 1100011 1010110 11111 101100000 1100010 100011

Color Harmonies of #AF0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0219

Black with #AF0219

Text Example


Text Example

White with #AF0219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0219; }

 p { color: rgb(175,2,25); }

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

background-color css

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

 a { background-color: rgb(175,2,25); }

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

border-color css

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

 span { border-color: rgb(175,2,25); }

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