Html Css Color HEX #AC0619 Carmine

📋 copy color: '#AC0619'

red 172 ◦ green 6 ◦ blue 25

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

Shades of Carmine #AC0619

Tints of Carmine #AC0619

RGB

 RED value IS 172 (67.58% from 255) = 84.73%

 GREEN value IS 6 (2.73% from 255) = 2.96%

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

R = 84.73%
G = 2.96%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC0619 (or 0xAC0619) is known color: Carmine. HEX triplet: AC, 06 and 19. RGB value is (172,6,25). Sum of RGB (Red+Green+Blue) = 172+6+25=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0619 is #53F9E6. Grayscale: #393939. Windows color (decimal): -5503463 or 1640108. OLE color: 1640108.

HSL color Cylindrical-coordinate representation of color #AC0619: hue angle of 353.13º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0619 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 25 -
CMYK 0 0.97 0.85 0.33
HSL 353.13º 0.93% 0.35% -
HSV(B) 353.13º 0.97% 0.67% -
XYZ 17.25 8.97 1.74 -
YUV 57.8 109.5 209.46 -
System Red Green Blue C M Y K H S L
Decimal 172 6 25 0 0.97 0.85 0.33 353.13 0.93 0.35
Hex AC 6 19 0 61 55 21 161 5D 23
Octal 254 6 31 0 141 125 41 541 135 43
Binary 10101100 110 11001 0 1100001 1010101 100001 101100001 1011101 100011

Color Harmonies of #AC0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0619

Black with #AC0619

Text Example


Text Example

White with #AC0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0619; }

 p { color: rgb(172,6,25); }

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

background-color css

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

 a { background-color: rgb(172,6,25); }

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

border-color css

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

 span { border-color: rgb(172,6,25); }

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