Html Css Color HEX #AC0C26 Carmine

📋 copy color: '#AC0C26'

red 172 ◦ green 12 ◦ blue 38

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

Shades of Carmine #AC0C26

Tints of Carmine #AC0C26

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

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

R = 77.48%
G = 5.41%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC0C26 (or 0xAC0C26) is known color: Carmine. HEX triplet: AC, 0C and 26. RGB value is (172,12,38). Sum of RGB (Red+Green+Blue) = 172+12+38=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C26 is #53F3D9. Grayscale: #3E3E3E. Windows color (decimal): -5501914 or 2493612. OLE color: 2493612.

HSL color Cylindrical-coordinate representation of color #AC0C26: hue angle of 350.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C26 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 38 -
CMYK 0 0.93 0.78 0.33
HSL 350.25º 0.87% 0.36% -
HSV(B) 350.25º 0.93% 0.67% -
XYZ 17.49 9.17 2.68 -
YUV 62.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 172 12 38 0 0.93 0.78 0.33 350.25 0.87 0.36
Hex AC C 26 0 5D 4E 21 15E 57 24
Octal 254 14 46 0 135 116 41 536 127 44
Binary 10101100 1100 100110 0 1011101 1001110 100001 101011110 1010111 100100

Color Harmonies of #AC0C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C26

Black with #AC0C26

Text Example


Text Example

White with #AC0C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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