#AD1237

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

Shades of Cardinal #AD1237

Tints of Cardinal #AD1237

Color information

#AD1237 (or 0xAD1237) is unknown color: approx Cardinal. HEX triplet: AD, 12 and 37. RGB value is (173,18,55). Sum of RGB (Red+Green+Blue) = 173+18+55=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1237 is #52EDC8. Grayscale: #444444. Windows color (decimal): -5434825 or 3609261. OLE color: 3609261.

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

Color convert

RGB1731855-
CMYK00.900.680.32
HSL345.68º81.15%37.45%-
HSV(B)345.68º89.6%67.84%-
XYZ18.149.594.51-
YUV68.56120.35202.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.33%
GREEN value IS 18 (7.42% from 255) = 7.32%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=70.33%
G=7.32%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173185500.900.680.32345.6881.1537.45
HexAD123705A442015a5125
Octal255226701321044053212145
Binary10101101100101101110101101010001001000001010110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1237; }

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

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

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

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

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

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

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

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