Html Css Color HEX #AC0028 Carmine

📋 copy color: '#AC0028'

red 172 ◦ green 0 ◦ blue 40

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

Shades of Carmine #AC0028

Tints of Carmine #AC0028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.13%
G = 0%
B = 18.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC0028 (or 0xAC0028) is known color: Carmine. HEX triplet: AC, 00 and 28. RGB value is (172,0,40). Sum of RGB (Red+Green+Blue) = 172+0+40=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0028 is #53FFD7. Grayscale: #383838. Windows color (decimal): -5504984 or 2621612. OLE color: 2621612.

HSL color Cylindrical-coordinate representation of color #AC0028: hue angle of 346.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC0028 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 40 -
CMYK 0 1 0.77 0.33
HSL 346.05º 1% 0.34% -
HSV(B) 346.05º 1% 0.67% -
XYZ 17.4 8.92 2.81 -
YUV 55.99 118.98 210.75 -
System Red Green Blue C M Y K H S L
Decimal 172 0 40 0 1 0.77 0.33 346.05 1 0.34
Hex AC 0 28 0 64 4D 21 15A 64 22
Octal 254 0 50 0 144 115 41 532 144 42
Binary 10101100 0 101000 0 1100100 1001101 100001 101011010 1100100 100010

Color Harmonies of #AC0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0028

Black with #AC0028

Text Example


Text Example

White with #AC0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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