#AD002A

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

Shades of Carmine #AD002A

Tints of Carmine #AD002A

Color information

#AD002A (or 0xAD002A) is unknown color: approx Carmine. HEX triplet: AD, 00 and 2A. RGB value is (173,0,42). Sum of RGB (Red+Green+Blue) = 173+0+42=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD002A is #52FFD5. Grayscale: #383838. Windows color (decimal): -5439446 or 2752685. OLE color: 2752685.

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

Color convert

RGB173042-
CMYK010.760.32
HSL345.43º100%33.92%-
HSV(B)345.43º100%67.84%-
XYZ17.659.053.01-
YUV56.52119.81211.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 80.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=80.47%
G=0%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173042010.760.32345.4310033.92
HexAD02A0644C201596422
Octal25505201441144053114442
Binary1010110101010100110010010011001000001010110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD002A; }

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

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

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

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

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

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

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

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