#AD1540

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

Shades of Cardinal #AD1540

Tints of Cardinal #AD1540

Color information

#AD1540 (or 0xAD1540) is unknown color: approx Cardinal. HEX triplet: AD, 15 and 40. RGB value is (173,21,64). Sum of RGB (Red+Green+Blue) = 173+21+64=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1540 is #52EABF. Grayscale: #474747. Windows color (decimal): -5434048 or 4199853. OLE color: 4199853.

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

Color convert

RGB1732164-
CMYK00.880.630.32
HSL343.03º78.35%38.04%-
HSV(B)343.03º87.86%67.84%-
XYZ18.439.795.77-
YUV71.35123.86200.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.05%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=67.05%
G=8.14%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173216400.880.630.32343.0378.3538.04
HexAD15400583F201574e26
Octal255251000130774052711646
Binary10101101101011000000010110001111111000001010101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1540; }

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

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

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

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

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

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

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

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