Html Css Color HEX #AC0827 Carmine

📋 copy color: '#AC0827'

red 172 ◦ green 8 ◦ blue 39

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

Shades of Carmine #AC0827

Tints of Carmine #AC0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 78.54%
G = 3.65%
B = 17.81%

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

#AC0827 (or 0xAC0827) is known color: Carmine. HEX triplet: AC, 08 and 27. RGB value is (172,8,39). Sum of RGB (Red+Green+Blue) = 172+8+39=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0827 is #53F7D8. Grayscale: #3C3C3C. Windows color (decimal): -5502937 or 2558124. OLE color: 2558124.

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

Color convert

RGB 172 8 39 -
CMYK 0 0.95 0.77 0.33
HSL 348.66º 0.91% 0.35% -
HSV(B) 348.66º 0.95% 0.67% -
XYZ 17.47 9.09 2.75 -
YUV 60.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 172 8 39 0 0.95 0.77 0.33 348.66 0.91 0.35
Hex AC 8 27 0 5F 4D 21 15D 5B 23
Octal 254 10 47 0 137 115 41 535 133 43
Binary 10101100 1000 100111 0 1011111 1001101 100001 101011101 1011011 100011

Color Harmonies of #AC0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0827

Black with #AC0827

Text Example


Text Example

White with #AC0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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