Html Css Color HEX #AC0122 Carmine

📋 copy color: '#AC0122'

red 172 ◦ green 1 ◦ blue 34

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

Shades of Carmine #AC0122

Tints of Carmine #AC0122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

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

R = 83.09%
G = 0.48%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC0122 (or 0xAC0122) is known color: Carmine. HEX triplet: AC, 01 and 22. RGB value is (172,1,34). Sum of RGB (Red+Green+Blue) = 172+1+34=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0122 is #53FEDD. Grayscale: #373737. Windows color (decimal): -5504734 or 2228652. OLE color: 2228652.

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

Color convert

RGB 172 1 34 -
CMYK 0 0.99 0.80 0.33
HSL 348.42º 0.99% 0.34% -
HSV(B) 348.42º 0.99% 0.67% -
XYZ 17.31 8.91 2.32 -
YUV 55.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 172 1 34 0 0.99 0.80 0.33 348.42 0.99 0.34
Hex AC 1 22 0 63 50 21 15C 63 22
Octal 254 1 42 0 143 120 41 534 143 42
Binary 10101100 1 100010 0 1100011 1010000 100001 101011100 1100011 100010

Color Harmonies of #AC0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0122

Black with #AC0122

Text Example


Text Example

White with #AC0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0122; }

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

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

background-color css

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

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

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

border-color css

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

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

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