#ad1037

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

Shades of Cardinal #AD1037

Tints of Cardinal #AD1037

Color information

#AD1037 (or 0xAD1037) is unknown color: approx Cardinal. HEX triplet: AD, 10 and 37. RGB value is (173,16,55). Sum of RGB (Red+Green+Blue) = 173+16+55=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1037 is #52EFC8. Grayscale: #434343. Windows color (decimal): -5435337 or 3608749. OLE color: 3608749.

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

Color convert

RGB1731655-
CMYK00.910.680.32
HSL345.1º83.07%37.06%-
HSV(B)345.1º90.75%67.84%-
XYZ18.119.534.5-
YUV67.39121.01203.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.90%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 55 (21.88% from 255) = 22.54%
R=70.90%
G=6.56%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173165500.910.680.32345.183.0737.06
HexAD103705B44201595325
Octal255206701331044053112345
Binary10101101100001101110101101110001001000001010110011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1037; }

 p { color: rgb(173,16,55); }

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

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

 a { background-color: rgb(173,16,55); }

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

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

 span { border-color: rgb(173,16,55); }

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