Html Css Color HEX #AC0927 Carmine

📋 copy color: '#AC0927'

red 172 ◦ green 9 ◦ blue 39

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

Shades of Carmine #AC0927

Tints of Carmine #AC0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 78.18%
G = 4.09%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC0927 (or 0xAC0927) is known color: Carmine. HEX triplet: AC, 09 and 27. RGB value is (172,9,39). Sum of RGB (Red+Green+Blue) = 172+9+39=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0927 is #53F6D8. Grayscale: #3D3D3D. Windows color (decimal): -5502681 or 2558380. OLE color: 2558380.

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

Color convert

RGB 172 9 39 -
CMYK 0 0.95 0.77 0.33
HSL 348.96º 0.9% 0.35% -
HSV(B) 348.96º 0.95% 0.67% -
XYZ 17.48 9.11 2.76 -
YUV 61.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 172 9 39 0 0.95 0.77 0.33 348.96 0.9 0.35
Hex AC 9 27 0 5F 4D 21 15D 5A 23
Octal 254 11 47 0 137 115 41 535 132 43
Binary 10101100 1001 100111 0 1011111 1001101 100001 101011101 1011010 100011

Color Harmonies of #AC0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0927

Black with #AC0927

Text Example


Text Example

White with #AC0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0927; }

 p { color: rgb(172,9,39); }

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

background-color css

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

 a { background-color: rgb(172,9,39); }

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

border-color css

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

 span { border-color: rgb(172,9,39); }

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