Html Css Color HEX #AC0026 Carmine

📋 copy color: '#AC0026'

red 172 ◦ green 0 ◦ blue 38

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

Shades of Carmine #AC0026

Tints of Carmine #AC0026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.1%

R = 81.9%
G = 0%
B = 18.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC0026 (or 0xAC0026) is known color: Carmine. HEX triplet: AC, 00 and 26. RGB value is (172,0,38). Sum of RGB (Red+Green+Blue) = 172+0+38=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0026 is #53FFD9. Grayscale: #373737. Windows color (decimal): -5504986 or 2490540. OLE color: 2490540.

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

Color convert

RGB 172 0 38 -
CMYK 0 1 0.78 0.33
HSL 346.74º 1% 0.34% -
HSV(B) 346.74º 1% 0.67% -
XYZ 17.36 8.91 2.64 -
YUV 55.76 117.98 210.91 -
System Red Green Blue C M Y K H S L
Decimal 172 0 38 0 1 0.78 0.33 346.74 1 0.34
Hex AC 0 26 0 64 4E 21 15B 64 22
Octal 254 0 46 0 144 116 41 533 144 42
Binary 10101100 0 100110 0 1100100 1001110 100001 101011011 1100100 100010

Color Harmonies of #AC0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0026

Black with #AC0026

Text Example


Text Example

White with #AC0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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