Html Css Color HEX #AC0829 Carmine

📋 copy color: '#AC0829'

red 172 ◦ green 8 ◦ blue 41

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

Shades of Carmine #AC0829

Tints of Carmine #AC0829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 77.83%
G = 3.62%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC0829 (or 0xAC0829) is known color: Carmine. HEX triplet: AC, 08 and 29. RGB value is (172,8,41). Sum of RGB (Red+Green+Blue) = 172+8+41=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0829 is #53F7D6. Grayscale: #3C3C3C. Windows color (decimal): -5502935 or 2689196. OLE color: 2689196.

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

Color convert

RGB 172 8 41 -
CMYK 0 0.95 0.76 0.33
HSL 347.93º 0.91% 0.35% -
HSV(B) 347.93º 0.95% 0.67% -
XYZ 17.5 9.1 2.93 -
YUV 60.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 172 8 41 0 0.95 0.76 0.33 347.93 0.91 0.35
Hex AC 8 29 0 5F 4C 21 15C 5B 23
Octal 254 10 51 0 137 114 41 534 133 43
Binary 10101100 1000 101001 0 1011111 1001100 100001 101011100 1011011 100011

Color Harmonies of #AC0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0829

Black with #AC0829

Text Example


Text Example

White with #AC0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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