Html Css Color HEX #AC1522 Carmine

📋 copy color: '#AC1522'

red 172 ◦ green 21 ◦ blue 34

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

Shades of Carmine #AC1522

Tints of Carmine #AC1522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.25%

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

R = 75.77%
G = 9.25%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC1522 (or 0xAC1522) is known color: Carmine. HEX triplet: AC, 15 and 22. RGB value is (172,21,34). Sum of RGB (Red+Green+Blue) = 172+21+34=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1522 is #53EADD. Grayscale: #434343. Windows color (decimal): -5499614 or 2233772. OLE color: 2233772.

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

Color convert

RGB 172 21 34 -
CMYK 0 0.88 0.80 0.33
HSL 354.83º 0.78% 0.38% -
HSV(B) 354.83º 0.88% 0.67% -
XYZ 17.57 9.42 2.41 -
YUV 67.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 172 21 34 0 0.88 0.80 0.33 354.83 0.78 0.38
Hex AC 15 22 0 58 50 21 163 4E 26
Octal 254 25 42 0 130 120 41 543 116 46
Binary 10101100 10101 100010 0 1011000 1010000 100001 101100011 1001110 100110

Color Harmonies of #AC1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1522

Black with #AC1522

Text Example


Text Example

White with #AC1522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1522; }

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

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

background-color css

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

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

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

border-color css

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

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

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