#AD1128

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

Shades of Cardinal #AD1128

Tints of Cardinal #AD1128

Color information

#AD1128 (or 0xAD1128) is unknown color: approx Cardinal. HEX triplet: AD, 11 and 28. RGB value is (173,17,40). Sum of RGB (Red+Green+Blue) = 173+17+40=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1128 is #52EED7. Grayscale: #424242. Windows color (decimal): -5435096 or 2625965. OLE color: 2625965.

HSL color Cylindrical-coordinate representation of color #AD1128: hue angle of 351.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1128 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB1731740-
CMYK00.900.770.32
HSL351.15º82.11%37.25%-
HSV(B)351.15º90.17%67.84%-
XYZ17.829.442.89-
YUV66.27113.18204.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.22%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=75.22%
G=7.39%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173174000.900.770.32351.1582.1137.25
HexAD112805A4D2015f5225
Octal255215001321154053712245
Binary10101101100011010000101101010011011000001010111111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1128; }

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

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

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

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

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

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

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

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