Html Css Color HEX #AC0232 Carmine

📋 copy color: '#AC0232'

red 172 ◦ green 2 ◦ blue 50

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

Shades of Carmine #AC0232

Tints of Carmine #AC0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

 BLUE value IS 50 (19.92% from 255) = 22.32%

R = 76.79%
G = 0.89%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC0232 (or 0xAC0232) is known color: Carmine. HEX triplet: AC, 02 and 32. RGB value is (172,2,50). Sum of RGB (Red+Green+Blue) = 172+2+50=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0232 is #53FDCD. Grayscale: #3A3A3A. Windows color (decimal): -5504462 or 3277484. OLE color: 3277484.

HSL color Cylindrical-coordinate representation of color #AC0232: hue angle of 343.06º degrees, saturation: 0.98, 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 #AC0232 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 2 50 -
CMYK 0 0.99 0.71 0.33
HSL 343.06º 0.98% 0.34% -
HSV(B) 343.06º 0.99% 0.67% -
XYZ 17.61 9.04 3.84 -
YUV 58.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 172 2 50 0 0.99 0.71 0.33 343.06 0.98 0.34
Hex AC 2 32 0 63 47 21 157 62 22
Octal 254 2 62 0 143 107 41 527 142 42
Binary 10101100 10 110010 0 1100011 1000111 100001 101010111 1100010 100010

Color Harmonies of #AC0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0232

Black with #AC0232

Text Example


Text Example

White with #AC0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0232; }

 p { color: rgb(172,2,50); }

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

background-color css

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

 a { background-color: rgb(172,2,50); }

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

border-color css

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

 span { border-color: rgb(172,2,50); }

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