#AD1234

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

Shades of Cardinal #AD1234

Tints of Cardinal #AD1234

Color information

#AD1234 (or 0xAD1234) is unknown color: approx Cardinal. HEX triplet: AD, 12 and 34. RGB value is (173,18,52). Sum of RGB (Red+Green+Blue) = 173+18+52=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1234 is #52EDCB. Grayscale: #444444. Windows color (decimal): -5434828 or 3412653. OLE color: 3412653.

HSL color Cylindrical-coordinate representation of color #AD1234: hue angle of 346.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1234 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1731852-
CMYK00.900.700.32
HSL346.84º81.15%37.45%-
HSV(B)346.84º89.6%67.84%-
XYZ18.079.564.14-
YUV68.22118.85202.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.19%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=71.19%
G=7.41%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173185200.900.700.32346.8481.1537.45
HexAD123405A462015b5125
Octal255226401321064053312145
Binary10101101100101101000101101010001101000001010110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1234; }

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

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

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

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

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

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

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

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