#AD2737

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

Shades of Cardinal #AD2737

Tints of Cardinal #AD2737

Color information

#AD2737 (or 0xAD2737) is unknown color: approx Cardinal. HEX triplet: AD, 27 and 37. RGB value is (173,39,55). Sum of RGB (Red+Green+Blue) = 173+39+55=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2737 is #52D8C8. Grayscale: #505050. Windows color (decimal): -5429449 or 3614637. OLE color: 3614637.

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

Color convert

RGB1733955-
CMYK00.770.680.32
HSL352.84º63.21%41.57%-
HSV(B)352.84º77.46%67.84%-
XYZ18.6510.614.68-
YUV80.89113.39193.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.79%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 55 (21.88% from 255) = 20.60%
R=64.79%
G=14.61%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173395500.770.680.32352.8463.2141.57
HexAD273704D44201613f2a
Octal25547670115104405417752
Binary10101101100111110111010011011000100100000101100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2737; }

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

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

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

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

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

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

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

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