#AD2232

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

Shades of Cardinal #AD2232

Tints of Cardinal #AD2232

Color information

#AD2232 (or 0xAD2232) is unknown color: approx Cardinal. HEX triplet: AD, 22 and 32. RGB value is (173,34,50). Sum of RGB (Red+Green+Blue) = 173+34+50=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2232 is #52DDCD. Grayscale: #4D4D4D. Windows color (decimal): -5430734 or 3285677. OLE color: 3285677.

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

Color convert

RGB1733450-
CMYK00.800.710.32
HSL353.09º67.15%40.59%-
HSV(B)353.09º80.35%67.84%-
XYZ18.3810.264.03-
YUV77.39112.55196.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.32%
GREEN value IS 34 (13.67% from 255) = 13.23%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=67.32%
G=13.23%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173345000.800.710.32353.0967.1540.59
HexAD223205047201614329
Octal255426201201074054110351
Binary101011011000101100100101000010001111000001011000011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2232; }

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

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

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

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

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

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

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

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