#AD0B1B

Color #AD0B1B Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AD0B1B

Tints of Carmine #AD0B1B

Color information

#AD0B1B (or 0xAD0B1B) is unknown color: approx Carmine. HEX triplet: AD, 0B and 1B. RGB value is (173,11,27). Sum of RGB (Red+Green+Blue) = 173+11+27=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B1B is #52F4E4. Grayscale: #3D3D3D. Windows color (decimal): -5436645 or 1772461. OLE color: 1772461.

HSL color Cylindrical-coordinate representation of color #AD0B1B: hue angle of 354.07º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B1B is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB1731127-
CMYK00.940.840.32
HSL354.07º88.04%36.08%-
HSV(B)354.07º93.64%67.84%-
XYZ17.559.21.89-
YUV61.26108.67207.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 81.99%
GREEN value IS 11 (4.69% from 255) = 5.21%
BLUE value IS 27 (10.94% from 255) = 12.80%
R=81.99%
G=5.21%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173112700.940.840.32354.0788.0436.08
HexADB1B05E54201625824
Octal255133301361244054213044
Binary101011011011110110101111010101001000001011000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0B1B; }

 p { color: rgb(173,11,27); }

 H1.HeaderClassName
 {
   color: #AD0B1B;
 }
 .AnyTagClassName
 {
   color: #AD0B1B;
 }
</style>
background-color css

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

 a { background-color: rgb(173,11,27); }

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

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

 span { border-color: rgb(173,11,27); }

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