#AD0F2D

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

Shades of Cardinal #AD0F2D

Tints of Cardinal #AD0F2D

Color information

#AD0F2D (or 0xAD0F2D) is unknown color: approx Cardinal. HEX triplet: AD, 0F and 2D. RGB value is (173,15,45). Sum of RGB (Red+Green+Blue) = 173+15+45=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0F2D is #52F0D2. Grayscale: #414141. Windows color (decimal): -5435603 or 2953133. OLE color: 2953133.

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

Color convert

RGB1731545-
CMYK00.910.740.32
HSL348.61º84.04%36.86%-
HSV(B)348.61º91.33%67.84%-
XYZ17.889.423.36-
YUV65.66116.35204.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 74.25%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 45 (17.97% from 255) = 19.31%
R=74.25%
G=6.44%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173154500.910.740.32348.6184.0436.86
HexADF2D05B4A2015d5425
Octal255175501331124053512445
Binary1010110111111011010101101110010101000001010111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0F2D; }

 p { color: rgb(173,15,45); }

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

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

 a { background-color: rgb(173,15,45); }

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

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

 span { border-color: rgb(173,15,45); }

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