#AD152F

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

Shades of Cardinal #AD152F

Tints of Cardinal #AD152F

Color information

#AD152F (or 0xAD152F) is unknown color: approx Cardinal. HEX triplet: AD, 15 and 2F. RGB value is (173,21,47). Sum of RGB (Red+Green+Blue) = 173+21+47=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD152F is #52EAD0. Grayscale: #454545. Windows color (decimal): -5434065 or 3085741. OLE color: 3085741.

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

Color convert

RGB1732147-
CMYK00.880.730.32
HSL349.74º78.35%38.04%-
HSV(B)349.74º87.86%67.84%-
XYZ18.019.633.6-
YUV69.41115.36201.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.78%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=71.78%
G=8.71%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173214700.880.730.32349.7478.3538.04
HexAD152F058492015e4e26
Octal255255701301114053611646
Binary10101101101011011110101100010010011000001010111101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD152F; }

 p { color: rgb(173,21,47); }

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

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

 a { background-color: rgb(173,21,47); }

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

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

 span { border-color: rgb(173,21,47); }

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