#AD051B

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

Shades of Carmine #AD051B

Tints of Carmine #AD051B

Color information

#AD051B (or 0xAD051B) is unknown color: approx Carmine. HEX triplet: AD, 05 and 1B. RGB value is (173,5,27). Sum of RGB (Red+Green+Blue) = 173+5+27=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD051B is #52FAE4. Grayscale: #393939. Windows color (decimal): -5438181 or 1770925. OLE color: 1770925.

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

Color convert

RGB173527-
CMYK00.970.840.32
HSL352.14º94.38%34.9%-
HSV(B)352.14º97.11%67.84%-
XYZ17.499.071.87-
YUV57.74110.66210.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 84.39%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=84.39%
G=2.44%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17352700.970.840.32352.1494.3834.9
HexAD51B06154201605e23
Octal25553301411244054013643
Binary10101101101110110110000110101001000001011000001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD051B; }

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

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

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

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

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

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

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

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