Html Css Color HEX #AC0822 Carmine

📋 copy color: '#AC0822'

red 172 ◦ green 8 ◦ blue 34

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

Shades of Carmine #AC0822

Tints of Carmine #AC0822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.89%

R = 80.37%
G = 3.74%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC0822 (or 0xAC0822) is known color: Carmine. HEX triplet: AC, 08 and 22. RGB value is (172,8,34). Sum of RGB (Red+Green+Blue) = 172+8+34=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0822 is #53F7DD. Grayscale: #3C3C3C. Windows color (decimal): -5502942 or 2230444. OLE color: 2230444.

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

Color convert

RGB 172 8 34 -
CMYK 0 0.95 0.80 0.33
HSL 350.49º 0.91% 0.35% -
HSV(B) 350.49º 0.95% 0.67% -
XYZ 17.39 9.06 2.35 -
YUV 60 113.33 207.89 -
System Red Green Blue C M Y K H S L
Decimal 172 8 34 0 0.95 0.80 0.33 350.49 0.91 0.35
Hex AC 8 22 0 5F 50 21 15E 5B 23
Octal 254 10 42 0 137 120 41 536 133 43
Binary 10101100 1000 100010 0 1011111 1010000 100001 101011110 1011011 100011

Color Harmonies of #AC0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0822

Black with #AC0822

Text Example


Text Example

White with #AC0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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