#AD1547

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

Shades of Cardinal #AD1547

Tints of Cardinal #AD1547

Color information

#AD1547 (or 0xAD1547) is unknown color: approx Cardinal. HEX triplet: AD, 15 and 47. RGB value is (173,21,71). Sum of RGB (Red+Green+Blue) = 173+21+71=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1547 is #52EAB8. Grayscale: #484848. Windows color (decimal): -5434041 or 4658605. OLE color: 4658605.

HSL color Cylindrical-coordinate representation of color #AD1547: hue angle of 340.26º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1547 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB1732171-
CMYK00.880.590.32
HSL340.26º78.35%38.04%-
HSV(B)340.26º87.86%67.84%-
XYZ18.649.886.89-
YUV72.15127.36199.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 71 (28.12% from 255) = 26.79%
R=65.28%
G=7.92%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173217100.880.590.32340.2678.3538.04
HexAD15470583B201544e26
Octal255251070130734052411646
Binary10101101101011000111010110001110111000001010101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1547; }

 p { color: rgb(173,21,71); }

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

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

 a { background-color: rgb(173,21,71); }

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

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

 span { border-color: rgb(173,21,71); }

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