#AD0B39

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

Shades of Cardinal #AD0B39

Tints of Cardinal #AD0B39

Color information

#AD0B39 (or 0xAD0B39) is unknown color: approx Cardinal. HEX triplet: AD, 0B and 39. RGB value is (173,11,57). Sum of RGB (Red+Green+Blue) = 173+11+57=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B39 is #52F4C6. Grayscale: #404040. Windows color (decimal): -5436615 or 3738541. OLE color: 3738541.

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

Color convert

RGB1731157-
CMYK00.940.670.32
HSL342.96º88.04%36.08%-
HSV(B)342.96º93.64%67.84%-
XYZ18.099.424.74-
YUV64.68123.67205.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.78%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=71.78%
G=4.56%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173115700.940.670.32342.9688.0436.08
HexADB3905E43201575824
Octal255137101361034052713044
Binary1010110110111110010101111010000111000001010101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0B39; }

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

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

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

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

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

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

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

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