#AD2230

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

Shades of Cardinal #AD2230

Tints of Cardinal #AD2230

Color information

#AD2230 (or 0xAD2230) is unknown color: approx Cardinal. HEX triplet: AD, 22 and 30. RGB value is (173,34,48). Sum of RGB (Red+Green+Blue) = 173+34+48=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2230 is #52DDCF. Grayscale: #4D4D4D. Windows color (decimal): -5430736 or 3154605. OLE color: 3154605.

HSL color Cylindrical-coordinate representation of color #AD2230: hue angle of 353.96º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2230 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB1733448-
CMYK00.800.720.32
HSL353.96º67.15%40.59%-
HSV(B)353.96º80.35%67.84%-
XYZ18.3410.243.81-
YUV77.16111.55196.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.84%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 48 (19.14% from 255) = 18.82%
R=67.84%
G=13.33%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173344800.800.720.32353.9667.1540.59
HexAD223005048201624329
Octal255426001201104054210351
Binary101011011000101100000101000010010001000001011000101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2230; }

 p { color: rgb(173,34,48); }

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

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

 a { background-color: rgb(173,34,48); }

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

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

 span { border-color: rgb(173,34,48); }

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