#AD2433

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

Shades of Cardinal #AD2433

Tints of Cardinal #AD2433

Color information

#AD2433 (or 0xAD2433) is unknown color: approx Cardinal. HEX triplet: AD, 24 and 33. RGB value is (173,36,51). Sum of RGB (Red+Green+Blue) = 173+36+51=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2433 is #52DBCC. Grayscale: #4E4E4E. Windows color (decimal): -5430221 or 3351725. OLE color: 3351725.

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

Color convert

RGB1733651-
CMYK00.790.710.32
HSL353.43º65.55%40.98%-
HSV(B)353.43º79.19%67.84%-
XYZ18.4610.394.16-
YUV78.67112.39195.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=66.54%
G=13.85%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173365100.790.710.32353.4365.5540.98
HexAD243304F47201614229
Octal255446301171074054110251
Binary101011011001001100110100111110001111000001011000011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2433; }

 p { color: rgb(173,36,51); }

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

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

 a { background-color: rgb(173,36,51); }

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

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

 span { border-color: rgb(173,36,51); }

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