Html Css Color HEX #AC0719 Carmine

📋 copy color: '#AC0719'

red 172 ◦ green 7 ◦ blue 25

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

Shades of Carmine #AC0719

Tints of Carmine #AC0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 84.31%
G = 3.43%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC0719 (or 0xAC0719) is known color: Carmine. HEX triplet: AC, 07 and 19. RGB value is (172,7,25). Sum of RGB (Red+Green+Blue) = 172+7+25=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0719 is #53F8E6. Grayscale: #3A3A3A. Windows color (decimal): -5503207 or 1640364. OLE color: 1640364.

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

Color convert

RGB 172 7 25 -
CMYK 0 0.96 0.85 0.33
HSL 353.45º 0.92% 0.35% -
HSV(B) 353.45º 0.96% 0.67% -
XYZ 17.26 8.99 1.75 -
YUV 58.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 172 7 25 0 0.96 0.85 0.33 353.45 0.92 0.35
Hex AC 7 19 0 60 55 21 161 5C 23
Octal 254 7 31 0 140 125 41 541 134 43
Binary 10101100 111 11001 0 1100000 1010101 100001 101100001 1011100 100011

Color Harmonies of #AC0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0719

Black with #AC0719

Text Example


Text Example

White with #AC0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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