#AD083B

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

Shades of Cardinal #AD083B

Tints of Cardinal #AD083B

Color information

#AD083B (or 0xAD083B) is unknown color: approx Cardinal. HEX triplet: AD, 08 and 3B. RGB value is (173,8,59). Sum of RGB (Red+Green+Blue) = 173+8+59=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD083B is #52F7C4. Grayscale: #3F3F3F. Windows color (decimal): -5437381 or 3868845. OLE color: 3868845.

HSL color Cylindrical-coordinate representation of color #AD083B: hue angle of 341.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD083B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB173859-
CMYK00.950.660.32
HSL341.45º91.16%35.49%-
HSV(B)341.45º95.38%67.84%-
XYZ18.119.374.99-
YUV63.15125.66206.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.08%
GREEN value IS 8 (3.52% from 255) = 3.33%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=72.08%
G=3.33%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17385900.950.660.32341.4591.1635.49
HexAD83B05F42201555b23
Octal255107301371024052513343
Binary1010110110001110110101111110000101000001010101011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD083B; }

 p { color: rgb(173,8,59); }

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

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

 a { background-color: rgb(173,8,59); }

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

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

 span { border-color: rgb(173,8,59); }

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