Html Css Color HEX #AC0D1B Carmine

📋 copy color: '#AC0D1B'

red 172 ◦ green 13 ◦ blue 27

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

Shades of Carmine #AC0D1B

Tints of Carmine #AC0D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 81.13%
G = 6.13%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC0D1B (or 0xAC0D1B) is known color: Carmine. HEX triplet: AC, 0D and 1B. RGB value is (172,13,27). Sum of RGB (Red+Green+Blue) = 172+13+27=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0D1B is #53F2E4. Grayscale: #3E3E3E. Windows color (decimal): -5501669 or 1772972. OLE color: 1772972.

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

Color convert

RGB 172 13 27 -
CMYK 0 0.92 0.84 0.33
HSL 354.72º 0.86% 0.36% -
HSV(B) 354.72º 0.92% 0.67% -
XYZ 17.36 9.14 1.89 -
YUV 62.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 172 13 27 0 0.92 0.84 0.33 354.72 0.86 0.36
Hex AC D 1B 0 5C 54 21 163 56 24
Octal 254 15 33 0 134 124 41 543 126 44
Binary 10101100 1101 11011 0 1011100 1010100 100001 101100011 1010110 100100

Color Harmonies of #AC0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0D1B

Black with #AC0D1B

Text Example


Text Example

White with #AC0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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