Html Css Color HEX #AD162D Cardinal

📋 copy color: '#AD162D'

red 173 ◦ green 22 ◦ blue 45

#AD162D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AD162D

Tints of Cardinal #AD162D

RGB

 RED value IS 173 (67.97% from 255) = 72.08%

 GREEN value IS 22 (8.98% from 255) = 9.17%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 72.08%
G = 9.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD162D (or 0xAD162D) is known color: Cardinal. HEX triplet: AD, 16 and 2D. RGB value is (173,22,45). Sum of RGB (Red+Green+Blue) = 173+22+45=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD162D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD162D is #52E9D2. Grayscale: #454545. Windows color (decimal): -5433811 or 2954925. OLE color: 2954925.

HSL color Cylindrical-coordinate representation of color #AD162D: hue angle of 350.86º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD162D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 45 -
CMYK 0 0.87 0.74 0.32
HSL 350.86º 0.77% 0.38% -
HSV(B) 350.86º 0.87% 0.68% -
XYZ 17.99 9.65 3.4 -
YUV 69.77 114.03 201.63 -
System Red Green Blue C M Y K H S L
Decimal 173 22 45 0 0.87 0.74 0.32 350.86 0.77 0.38
Hex AD 16 2D 0 57 4A 20 15F 4D 26
Octal 255 26 55 0 127 112 40 537 115 46
Binary 10101101 10110 101101 0 1010111 1001010 100000 101011111 1001101 100110

Color Harmonies of #AD162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD162D

Black with #AD162D

Text Example


Text Example

White with #AD162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD162D; }

 p { color: rgb(173,22,45); }

 H1.HeaderClassName
 {
   color: #AD162D;
 }
 .AnyTagClassName
 {
   color: #AD162D;
 }
</style>

background-color css

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

 a { background-color: rgb(173,22,45); }

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

border-color css

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

 span { border-color: rgb(173,22,45); }

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