#AD0B3A

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

Shades of Cardinal #AD0B3A

Tints of Cardinal #AD0B3A

Color information

#AD0B3A (or 0xAD0B3A) is unknown color: approx Cardinal. HEX triplet: AD, 0B and 3A. RGB value is (173,11,58). Sum of RGB (Red+Green+Blue) = 173+11+58=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0B3A is #52F4C5. Grayscale: #404040. Windows color (decimal): -5436614 or 3804077. OLE color: 3804077.

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

Color convert

RGB1731158-
CMYK00.940.660.32
HSL342.59º88.04%36.08%-
HSV(B)342.59º93.64%67.84%-
XYZ18.129.434.87-
YUV64.8124.17205.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 58 (23.05% from 255) = 23.97%
R=71.49%
G=4.55%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173115800.940.660.32342.5988.0436.08
HexADB3A05E42201575824
Octal255137201361024052713044
Binary1010110110111110100101111010000101000001010101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0B3A; }

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

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

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

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

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

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

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

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