#AD1E32

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

Shades of Cardinal #AD1E32

Tints of Cardinal #AD1E32

Color information

#AD1E32 (or 0xAD1E32) is unknown color: approx Cardinal. HEX triplet: AD, 1E and 32. RGB value is (173,30,50). Sum of RGB (Red+Green+Blue) = 173+30+50=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E32 is #52E1CD. Grayscale: #4B4B4B. Windows color (decimal): -5431758 or 3284653. OLE color: 3284653.

HSL color Cylindrical-coordinate representation of color #AD1E32: hue angle of 351.61º degrees, saturation: 0.7, 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 #AD1E32 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB1733050-
CMYK00.830.710.32
HSL351.61º70.44%39.8%-
HSV(B)351.61º82.66%67.84%-
XYZ18.2710.043.99-
YUV75.04113.88197.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.38%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=68.38%
G=11.86%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173305000.830.710.32351.6170.4439.8
HexAD1E3205347201604628
Octal255366201231074054010650
Binary10101101111101100100101001110001111000001011000001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E32; }

 p { color: rgb(173,30,50); }

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

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

 a { background-color: rgb(173,30,50); }

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

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

 span { border-color: rgb(173,30,50); }

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