#AD1D28

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

Shades of Cardinal #AD1D28

Tints of Cardinal #AD1D28

Color information

#AD1D28 (or 0xAD1D28) is unknown color: approx Cardinal. HEX triplet: AD, 1D and 28. RGB value is (173,29,40). Sum of RGB (Red+Green+Blue) = 173+29+40=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D28 is #52E2D7. Grayscale: #494949. Windows color (decimal): -5432024 or 2629037. OLE color: 2629037.

HSL color Cylindrical-coordinate representation of color #AD1D28: hue angle of 355.42º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D28 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1732940-
CMYK00.830.770.32
HSL355.42º71.29%39.61%-
HSV(B)355.42º83.24%67.84%-
XYZ18.069.922.97-
YUV73.31109.21199.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 29 (11.72% from 255) = 11.98%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=71.49%
G=11.98%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173294000.830.770.32355.4271.2939.61
HexAD1D280534D201634728
Octal255355001231154054310750
Binary10101101111011010000101001110011011000001011000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1D28; }

 p { color: rgb(173,29,40); }

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

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

 a { background-color: rgb(173,29,40); }

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

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

 span { border-color: rgb(173,29,40); }

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