Html Css Color HEX #AC0D2A Carmine

📋 copy color: '#AC0D2A'

red 172 ◦ green 13 ◦ blue 42

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

Shades of Carmine #AC0D2A

Tints of Carmine #AC0D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 75.77%
G = 5.73%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC0D2A (or 0xAC0D2A) is known color: Carmine. HEX triplet: AC, 0D and 2A. RGB value is (172,13,42). Sum of RGB (Red+Green+Blue) = 172+13+42=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D2A is #53F2D5. Grayscale: #3F3F3F. Windows color (decimal): -5501654 or 2756012. OLE color: 2756012.

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

Color convert

RGB 172 13 42 -
CMYK 0 0.92 0.76 0.33
HSL 349.06º 0.86% 0.36% -
HSV(B) 349.06º 0.92% 0.67% -
XYZ 17.58 9.23 3.04 -
YUV 63.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 172 13 42 0 0.92 0.76 0.33 349.06 0.86 0.36
Hex AC D 2A 0 5C 4C 21 15D 56 24
Octal 254 15 52 0 134 114 41 535 126 44
Binary 10101100 1101 101010 0 1011100 1001100 100001 101011101 1010110 100100

Color Harmonies of #AC0D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D2A

Black with #AC0D2A

Text Example


Text Example

White with #AC0D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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