#AD2735

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

Shades of Cardinal #AD2735

Tints of Cardinal #AD2735

Color information

#AD2735 (or 0xAD2735) is unknown color: approx Cardinal. HEX triplet: AD, 27 and 35. RGB value is (173,39,53). Sum of RGB (Red+Green+Blue) = 173+39+53=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2735 is #52D8CA. Grayscale: #505050. Windows color (decimal): -5429451 or 3483565. OLE color: 3483565.

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

Color convert

RGB1733953-
CMYK00.770.690.32
HSL353.73º63.21%41.57%-
HSV(B)353.73º77.46%67.84%-
XYZ18.610.594.43-
YUV80.66112.39193.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 53 (21.09% from 255) = 20%
R=65.28%
G=14.72%
B=20%

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
Decimal173395300.770.690.32353.7363.2141.57
HexAD273504D45201623f2a
Octal25547650115105405427752
Binary10101101100111110101010011011000101100000101100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2735; }

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

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

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

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

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

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

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

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