#AD1538

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

Shades of Cardinal #AD1538

Tints of Cardinal #AD1538

Color information

#AD1538 (or 0xAD1538) is unknown color: approx Cardinal. HEX triplet: AD, 15 and 38. RGB value is (173,21,56). Sum of RGB (Red+Green+Blue) = 173+21+56=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1538 is #52EAC7. Grayscale: #464646. Windows color (decimal): -5434056 or 3675565. OLE color: 3675565.

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

Color convert

RGB1732156-
CMYK00.880.680.32
HSL346.18º78.35%38.04%-
HSV(B)346.18º87.86%67.84%-
XYZ18.229.714.65-
YUV70.44119.86201.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.2%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=69.2%
G=8.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173215600.880.680.32346.1878.3538.04
HexAD1538058442015a4e26
Octal255257001301044053211646
Binary10101101101011110000101100010001001000001010110101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1538; }

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

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

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

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

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

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

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

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