#AD193E

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

Shades of Cardinal #AD193E

Tints of Cardinal #AD193E

Color information

#AD193E (or 0xAD193E) is unknown color: approx Cardinal. HEX triplet: AD, 19 and 3E. RGB value is (173,25,62). Sum of RGB (Red+Green+Blue) = 173+25+62=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD193E is #52E6C1. Grayscale: #494949. Windows color (decimal): -5433026 or 4069805. OLE color: 4069805.

HSL color Cylindrical-coordinate representation of color #AD193E: hue angle of 345º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD193E is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB1732562-
CMYK00.860.640.32
HSL345º74.75%38.82%-
HSV(B)345º85.55%67.84%-
XYZ18.459.935.5-
YUV73.47121.53198.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.54%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 62 (24.61% from 255) = 23.85%
R=66.54%
G=9.62%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173256200.860.640.3234574.7538.82
HexAD193E05640201594b27
Octal255317601261004053111347
Binary10101101110011111100101011010000001000001010110011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD193E; }

 p { color: rgb(173,25,62); }

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

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

 a { background-color: rgb(173,25,62); }

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

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

 span { border-color: rgb(173,25,62); }

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