Html Css Color HEX #AC0428 Carmine

📋 copy color: '#AC0428'

red 172 ◦ green 4 ◦ blue 40

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

Shades of Carmine #AC0428

Tints of Carmine #AC0428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 79.63%
G = 1.85%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC0428 (or 0xAC0428) is known color: Carmine. HEX triplet: AC, 04 and 28. RGB value is (172,4,40). Sum of RGB (Red+Green+Blue) = 172+4+40=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0428 is #53FBD7. Grayscale: #3A3A3A. Windows color (decimal): -5503960 or 2622636. OLE color: 2622636.

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

Color convert

RGB 172 4 40 -
CMYK 0 0.98 0.77 0.33
HSL 347.14º 0.95% 0.35% -
HSV(B) 347.14º 0.98% 0.67% -
XYZ 17.44 9.01 2.83 -
YUV 58.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 172 4 40 0 0.98 0.77 0.33 347.14 0.95 0.35
Hex AC 4 28 0 62 4D 21 15B 5F 23
Octal 254 4 50 0 142 115 41 533 137 43
Binary 10101100 100 101000 0 1100010 1001101 100001 101011011 1011111 100011

Color Harmonies of #AC0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0428

Black with #AC0428

Text Example


Text Example

White with #AC0428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0428; }

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

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

background-color css

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

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

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

border-color css

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

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

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