Html Css Color HEX #AC0234 Carmine

📋 copy color: '#AC0234'

red 172 ◦ green 2 ◦ blue 52

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

Shades of Carmine #AC0234

Tints of Carmine #AC0234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.01%

R = 76.11%
G = 0.88%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC0234 (or 0xAC0234) is known color: Carmine. HEX triplet: AC, 02 and 34. RGB value is (172,2,52). Sum of RGB (Red+Green+Blue) = 172+2+52=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0234 is #53FDCB. Grayscale: #3A3A3A. Windows color (decimal): -5504460 or 3408556. OLE color: 3408556.

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

Color convert

RGB 172 2 52 -
CMYK 0 0.99 0.70 0.33
HSL 342.35º 0.98% 0.34% -
HSV(B) 342.35º 0.99% 0.67% -
XYZ 17.65 9.06 4.07 -
YUV 58.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 172 2 52 0 0.99 0.70 0.33 342.35 0.98 0.34
Hex AC 2 34 0 63 46 21 156 62 22
Octal 254 2 64 0 143 106 41 526 142 42
Binary 10101100 10 110100 0 1100011 1000110 100001 101010110 1100010 100010

Color Harmonies of #AC0234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0234

Black with #AC0234

Text Example


Text Example

White with #AC0234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0234; }

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

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

background-color css

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

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

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

border-color css

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

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

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