#AD083A

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

Shades of Cardinal #AD083A

Tints of Cardinal #AD083A

Color information

#AD083A (or 0xAD083A) is unknown color: approx Cardinal. HEX triplet: AD, 08 and 3A. RGB value is (173,8,58). Sum of RGB (Red+Green+Blue) = 173+8+58=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD083A is #52F7C5. Grayscale: #3F3F3F. Windows color (decimal): -5437382 or 3803309. OLE color: 3803309.

HSL color Cylindrical-coordinate representation of color #AD083A: hue angle of 341.82º 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 #AD083A is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB173858-
CMYK00.950.660.32
HSL341.82º91.16%35.49%-
HSV(B)341.82º95.38%67.84%-
XYZ18.089.364.86-
YUV63.04125.16206.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.38%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=72.38%
G=3.35%
B=24.27%

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
Decimal17385800.950.660.32341.8291.1635.49
HexAD83A05F42201565b23
Octal255107201371024052613343
Binary1010110110001110100101111110000101000001010101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD083A; }

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

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

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

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

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

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

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

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