#ad1239

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

Shades of Cardinal #AD1239

Tints of Cardinal #AD1239

Color information

#AD1239 (or 0xAD1239) is unknown color: approx Cardinal. HEX triplet: AD, 12 and 39. RGB value is (173,18,57). Sum of RGB (Red+Green+Blue) = 173+18+57=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1239 is #52EDC6. Grayscale: #444444. Windows color (decimal): -5434823 or 3740333. OLE color: 3740333.

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

Color convert

RGB1731857-
CMYK00.900.670.32
HSL344.9º81.15%37.45%-
HSV(B)344.9º89.6%67.84%-
XYZ18.199.614.77-
YUV68.79121.35202.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.76%
GREEN value IS 18 (7.42% from 255) = 7.26%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=69.76%
G=7.26%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173185700.900.670.32344.981.1537.45
HexAD123905A43201595125
Octal255227101321034053112145
Binary10101101100101110010101101010000111000001010110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad1239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad1239; }

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

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

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

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

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

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

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

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