#AD2237

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

Shades of Cardinal #AD2237

Tints of Cardinal #AD2237

Color information

#AD2237 (or 0xAD2237) is unknown color: approx Cardinal. HEX triplet: AD, 22 and 37. RGB value is (173,34,55). Sum of RGB (Red+Green+Blue) = 173+34+55=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2237 is #52DDC8. Grayscale: #4E4E4E. Windows color (decimal): -5430729 or 3613357. OLE color: 3613357.

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

Color convert

RGB1733455-
CMYK00.800.680.32
HSL350.94º67.15%40.59%-
HSV(B)350.94º80.35%67.84%-
XYZ18.510.34.63-
YUV77.96115.05195.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 55 (21.88% from 255) = 20.99%
R=66.03%
G=12.98%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173345500.800.680.32350.9467.1540.59
HexAD2237050442015f4329
Octal255426701201044053710351
Binary101011011000101101110101000010001001000001010111111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2237; }

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

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

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

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

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

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

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

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