Html Css Color HEX #AC1022 Carmine

📋 copy color: '#AC1022'

red 172 ◦ green 16 ◦ blue 34

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

Shades of Carmine #AC1022

Tints of Carmine #AC1022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.21%

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

R = 77.48%
G = 7.21%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC1022 (or 0xAC1022) is known color: Carmine. HEX triplet: AC, 10 and 22. RGB value is (172,16,34). Sum of RGB (Red+Green+Blue) = 172+16+34=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 34 (13.67% from 255 or 15.32% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1022 is #53EFDD. Grayscale: #404040. Windows color (decimal): -5500894 or 2232492. OLE color: 2232492.

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

Color convert

RGB 172 16 34 -
CMYK 0 0.91 0.80 0.33
HSL 353.08º 0.83% 0.37% -
HSV(B) 353.08º 0.91% 0.67% -
XYZ 17.49 9.26 2.38 -
YUV 64.7 110.68 204.54 -
System Red Green Blue C M Y K H S L
Decimal 172 16 34 0 0.91 0.80 0.33 353.08 0.83 0.37
Hex AC 10 22 0 5B 50 21 161 53 25
Octal 254 20 42 0 133 120 41 541 123 45
Binary 10101100 10000 100010 0 1011011 1010000 100001 101100001 1010011 100101

Color Harmonies of #AC1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1022

Black with #AC1022

Text Example


Text Example

White with #AC1022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1022; }

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

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

background-color css

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

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

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

border-color css

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

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

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