Html Css Color HEX #AC0036 Carmine

📋 copy color: '#AC0036'

red 172 ◦ green 0 ◦ blue 54

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

Shades of Carmine #AC0036

Tints of Carmine #AC0036

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 54 (21.48% from 255) = 23.89%

R = 76.11%
G = 0%
B = 23.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC0036 (or 0xAC0036) is known color: Carmine. HEX triplet: AC, 00 and 36. RGB value is (172,0,54). Sum of RGB (Red+Green+Blue) = 172+0+54=226 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.11% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0036 is #53FFC9. Grayscale: #393939. Windows color (decimal): -5504970 or 3539116. OLE color: 3539116.

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

Color convert

RGB 172 0 54 -
CMYK 0 1 0.69 0.33
HSL 341.16º 1% 0.34% -
HSV(B) 341.16º 1% 0.67% -
XYZ 17.68 9.04 4.3 -
YUV 57.58 125.98 209.61 -
System Red Green Blue C M Y K H S L
Decimal 172 0 54 0 1 0.69 0.33 341.16 1 0.34
Hex AC 0 36 0 64 45 21 155 64 22
Octal 254 0 66 0 144 105 41 525 144 42
Binary 10101100 0 110110 0 1100100 1000101 100001 101010101 1100100 100010

Color Harmonies of #AC0036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0036

Black with #AC0036

Text Example


Text Example

White with #AC0036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0036; }

 p { color: rgb(172,0,54); }

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

background-color css

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

 a { background-color: rgb(172,0,54); }

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

border-color css

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

 span { border-color: rgb(172,0,54); }

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