#AD1236

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

Shades of Cardinal #AD1236

Tints of Cardinal #AD1236

Color information

#AD1236 (or 0xAD1236) is unknown color: approx Cardinal. HEX triplet: AD, 12 and 36. RGB value is (173,18,54). Sum of RGB (Red+Green+Blue) = 173+18+54=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1236 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1236 is #52EDC9. Grayscale: #444444. Windows color (decimal): -5434826 or 3543725. OLE color: 3543725.

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

Color convert

RGB1731854-
CMYK00.900.690.32
HSL346.06º81.15%37.45%-
HSV(B)346.06º89.6%67.84%-
XYZ18.129.584.38-
YUV68.45119.85202.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.61%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=70.61%
G=7.35%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173185400.900.690.32346.0681.1537.45
HexAD123605A452015a5125
Octal255226601321054053212145
Binary10101101100101101100101101010001011000001010110101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1236; }

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

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

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

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

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

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

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

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