Html Css Color HEX #AC0419 Carmine

📋 copy color: '#AC0419'

red 172 ◦ green 4 ◦ blue 25

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

Shades of Carmine #AC0419

Tints of Carmine #AC0419

RGB

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

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

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

R = 85.57%
G = 1.99%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC0419 (or 0xAC0419) is known color: Carmine. HEX triplet: AC, 04 and 19. RGB value is (172,4,25). Sum of RGB (Red+Green+Blue) = 172+4+25=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0419 is #53FBE6. Grayscale: #383838. Windows color (decimal): -5503975 or 1639596. OLE color: 1639596.

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

Color convert

RGB 172 4 25 -
CMYK 0 0.98 0.85 0.33
HSL 352.5º 0.95% 0.35% -
HSV(B) 352.5º 0.98% 0.67% -
XYZ 17.23 8.93 1.73 -
YUV 56.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 172 4 25 0 0.98 0.85 0.33 352.5 0.95 0.35
Hex AC 4 19 0 62 55 21 160 5F 23
Octal 254 4 31 0 142 125 41 540 137 43
Binary 10101100 100 11001 0 1100010 1010101 100001 101100000 1011111 100011

Color Harmonies of #AC0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0419

Black with #AC0419

Text Example


Text Example

White with #AC0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0419; }

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

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

background-color css

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

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

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

border-color css

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

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

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