Html Css Color HEX #AC0D2C Carmine

📋 copy color: '#AC0D2C'

red 172 ◦ green 13 ◦ blue 44

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

Shades of Carmine #AC0D2C

Tints of Carmine #AC0D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.68%

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 75.11%
G = 5.68%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC0D2C (or 0xAC0D2C) is known color: Carmine. HEX triplet: AC, 0D and 2C. RGB value is (172,13,44). Sum of RGB (Red+Green+Blue) = 172+13+44=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D2C is #53F2D3. Grayscale: #404040. Windows color (decimal): -5501652 or 2887084. OLE color: 2887084.

HSL color Cylindrical-coordinate representation of color #AC0D2C: hue angle of 348.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D2C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 13 44 -
CMYK 0 0.92 0.74 0.33
HSL 348.3º 0.86% 0.36% -
HSV(B) 348.3º 0.92% 0.67% -
XYZ 17.61 9.24 3.24 -
YUV 64.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 172 13 44 0 0.92 0.74 0.33 348.3 0.86 0.36
Hex AC D 2C 0 5C 4A 21 15C 56 24
Octal 254 15 54 0 134 112 41 534 126 44
Binary 10101100 1101 101100 0 1011100 1001010 100001 101011100 1010110 100100

Color Harmonies of #AC0D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D2C

Black with #AC0D2C

Text Example


Text Example

White with #AC0D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D2C; }

 p { color: rgb(172,13,44); }

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

background-color css

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

 a { background-color: rgb(172,13,44); }

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

border-color css

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

 span { border-color: rgb(172,13,44); }

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