#AD2434

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

Shades of Cardinal #AD2434

Tints of Cardinal #AD2434

Color information

#AD2434 (or 0xAD2434) is unknown color: approx Cardinal. HEX triplet: AD, 24 and 34. RGB value is (173,36,52). Sum of RGB (Red+Green+Blue) = 173+36+52=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2434 is #52DBCB. Grayscale: #4E4E4E. Windows color (decimal): -5430220 or 3417261. OLE color: 3417261.

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

Color convert

RGB1733652-
CMYK00.790.700.32
HSL352.99º65.55%40.98%-
HSV(B)352.99º79.19%67.84%-
XYZ18.4810.394.28-
YUV78.79112.89195.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.28%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=66.28%
G=13.79%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173365200.790.700.32352.9965.5540.98
HexAD243404F46201614229
Octal255446401171064054110251
Binary101011011001001101000100111110001101000001011000011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2434; }

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

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

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

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

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

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

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

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