Html Css Color HEX #AC0332 Carmine

📋 copy color: '#AC0332'

red 172 ◦ green 3 ◦ blue 50

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

Shades of Carmine #AC0332

Tints of Carmine #AC0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 76.44%
G = 1.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC0332 (or 0xAC0332) is known color: Carmine. HEX triplet: AC, 03 and 32. RGB value is (172,3,50). Sum of RGB (Red+Green+Blue) = 172+3+50=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0332 is #53FCCD. Grayscale: #3A3A3A. Windows color (decimal): -5504206 or 3277740. OLE color: 3277740.

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

Color convert

RGB 172 3 50 -
CMYK 0 0.98 0.71 0.33
HSL 343.31º 0.97% 0.34% -
HSV(B) 343.31º 0.98% 0.67% -
XYZ 17.62 9.07 3.84 -
YUV 58.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 172 3 50 0 0.98 0.71 0.33 343.31 0.97 0.34
Hex AC 3 32 0 62 47 21 157 61 22
Octal 254 3 62 0 142 107 41 527 141 42
Binary 10101100 11 110010 0 1100010 1000111 100001 101010111 1100001 100010

Color Harmonies of #AC0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0332

Black with #AC0332

Text Example


Text Example

White with #AC0332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0332; }

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

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

background-color css

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

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

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

border-color css

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

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

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