#AD1438

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

Shades of Cardinal #AD1438

Tints of Cardinal #AD1438

Color information

#AD1438 (or 0xAD1438) is unknown color: approx Cardinal. HEX triplet: AD, 14 and 38. RGB value is (173,20,56). Sum of RGB (Red+Green+Blue) = 173+20+56=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1438 is #52EBC7. Grayscale: #454545. Windows color (decimal): -5434312 or 3675309. OLE color: 3675309.

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

Color convert

RGB1732056-
CMYK00.880.680.32
HSL345.88º79.27%37.84%-
HSV(B)345.88º88.44%67.84%-
XYZ18.29.674.65-
YUV69.85120.19201.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.48%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=69.48%
G=8.03%
B=22.49%

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
Decimal173205600.880.680.32345.8879.2737.84
HexAD1438058442015a4f26
Octal255247001301044053211746
Binary10101101101001110000101100010001001000001010110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1438; }

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

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

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

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

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

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

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

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