#AD2736

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

Shades of Cardinal #AD2736

Tints of Cardinal #AD2736

Color information

#AD2736 (or 0xAD2736) is unknown color: approx Cardinal. HEX triplet: AD, 27 and 36. RGB value is (173,39,54). Sum of RGB (Red+Green+Blue) = 173+39+54=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2736 is #52D8C9. Grayscale: #505050. Windows color (decimal): -5429450 or 3549101. OLE color: 3549101.

HSL color Cylindrical-coordinate representation of color #AD2736: hue angle of 353.28º 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 #AD2736 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB1733954-
CMYK00.770.690.32
HSL353.28º63.21%41.57%-
HSV(B)353.28º77.46%67.84%-
XYZ18.6210.64.55-
YUV80.78112.89193.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.04%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=65.04%
G=14.66%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173395400.770.690.32353.2863.2141.57
HexAD273604D45201613f2a
Octal25547660115105405417752
Binary10101101100111110110010011011000101100000101100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2736; }

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

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

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

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

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

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

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

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