#AD0139

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

Shades of Cardinal #AD0139

Tints of Cardinal #AD0139

Color information

#AD0139 (or 0xAD0139) is unknown color: approx Cardinal. HEX triplet: AD, 01 and 39. RGB value is (173,1,57). Sum of RGB (Red+Green+Blue) = 173+1+57=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0139 is #52FEC6. Grayscale: #3A3A3A. Windows color (decimal): -5439175 or 3735981. OLE color: 3735981.

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

Color convert

RGB173157-
CMYK00.990.670.32
HSL340.47º98.85%34.12%-
HSV(B)340.47º99.42%67.84%-
XYZ17.989.24.7-
YUV58.81126.98209.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 74.89%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=74.89%
G=0.43%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315700.990.670.32340.4798.8534.12
HexAD13906343201546322
Octal25517101431034052414342
Binary1010110111110010110001110000111000001010101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0139; }

 p { color: rgb(173,1,57); }

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

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

 a { background-color: rgb(173,1,57); }

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

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

 span { border-color: rgb(173,1,57); }

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