Html Css Color HEX #AC0722 Carmine

📋 copy color: '#AC0722'

red 172 ◦ green 7 ◦ blue 34

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

Shades of Carmine #AC0722

Tints of Carmine #AC0722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 80.75%
G = 3.29%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC0722 (or 0xAC0722) is known color: Carmine. HEX triplet: AC, 07 and 22. RGB value is (172,7,34). Sum of RGB (Red+Green+Blue) = 172+7+34=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0722 is #53F8DD. Grayscale: #3B3B3B. Windows color (decimal): -5503198 or 2230188. OLE color: 2230188.

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

Color convert

RGB 172 7 34 -
CMYK 0 0.96 0.80 0.33
HSL 350.18º 0.92% 0.35% -
HSV(B) 350.18º 0.96% 0.67% -
XYZ 17.38 9.04 2.34 -
YUV 59.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 172 7 34 0 0.96 0.80 0.33 350.18 0.92 0.35
Hex AC 7 22 0 60 50 21 15E 5C 23
Octal 254 7 42 0 140 120 41 536 134 43
Binary 10101100 111 100010 0 1100000 1010000 100001 101011110 1011100 100011

Color Harmonies of #AC0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0722

Black with #AC0722

Text Example


Text Example

White with #AC0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0722; }

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

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

background-color css

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

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

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

border-color css

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

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

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