#ad0d39

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

Shades of Cardinal #AD0D39

Tints of Cardinal #AD0D39

Color information

#AD0D39 (or 0xAD0D39) is unknown color: approx Cardinal. HEX triplet: AD, 0D and 39. RGB value is (173,13,57). Sum of RGB (Red+Green+Blue) = 173+13+57=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D39 is #52F2C6. Grayscale: #414141. Windows color (decimal): -5436103 or 3739053. OLE color: 3739053.

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

Color convert

RGB1731357-
CMYK00.920.670.32
HSL343.5º86.02%36.47%-
HSV(B)343.5º92.49%67.84%-
XYZ18.129.474.74-
YUV65.86123.01204.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.19%
GREEN value IS 13 (5.47% from 255) = 5.35%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=71.19%
G=5.35%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173135700.920.670.32343.586.0236.47
HexADD3905C43201585624
Octal255157101341034053012644
Binary1010110111011110010101110010000111000001010110001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad0d39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad0d39; }

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

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

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

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

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

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

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

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