#AD002B

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

Shades of Carmine #AD002B

Tints of Carmine #AD002B

Color information

#AD002B (or 0xAD002B) is unknown color: approx Carmine. HEX triplet: AD, 00 and 2B. RGB value is (173,0,43). Sum of RGB (Red+Green+Blue) = 173+0+43=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002B is #52FFD4. Grayscale: #383838. Windows color (decimal): -5439445 or 2818221. OLE color: 2818221.

HSL color Cylindrical-coordinate representation of color #AD002B: hue angle of 345.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD002B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB173043-
CMYK010.750.32
HSL345.09º100%33.92%-
HSV(B)345.09º100%67.84%-
XYZ17.679.063.1-
YUV56.63120.31211-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 80.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 19.91%
R=80.09%
G=0%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173043010.750.32345.0910033.92
HexAD02B0644B201596422
Octal25505301441134053114442
Binary1010110101010110110010010010111000001010110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD002B; }

 p { color: rgb(173,0,43); }

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

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

 a { background-color: rgb(173,0,43); }

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

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

 span { border-color: rgb(173,0,43); }

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