Html Css Color HEX #AD192C Cardinal

📋 copy color: '#AD192C'

red 173 ◦ green 25 ◦ blue 44

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

Shades of Cardinal #AD192C

Tints of Cardinal #AD192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 71.49%
G = 10.33%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD192C (or 0xAD192C) is known color: Cardinal. HEX triplet: AD, 19 and 2C. RGB value is (173,25,44). Sum of RGB (Red+Green+Blue) = 173+25+44=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD192C is #52E6D3. Grayscale: #474747. Windows color (decimal): -5433044 or 2890157. OLE color: 2890157.

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

Color convert

RGB 173 25 44 -
CMYK 0 0.86 0.75 0.32
HSL 352.3º 0.75% 0.39% -
HSV(B) 352.3º 0.86% 0.68% -
XYZ 18.04 9.76 3.32 -
YUV 71.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 173 25 44 0 0.86 0.75 0.32 352.3 0.75 0.39
Hex AD 19 2C 0 56 4B 20 160 4B 27
Octal 255 31 54 0 126 113 40 540 113 47
Binary 10101101 11001 101100 0 1010110 1001011 100000 101100000 1001011 100111

Color Harmonies of #AD192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD192C

Black with #AD192C

Text Example


Text Example

White with #AD192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD192C; }

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

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

background-color css

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

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

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

border-color css

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

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

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