Html Css Color HEX #AD192F Cardinal

📋 copy color: '#AD192F'

red 173 ◦ green 25 ◦ blue 47

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

Shades of Cardinal #AD192F

Tints of Cardinal #AD192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 70.61%
G = 10.2%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD192F (or 0xAD192F) is known color: Cardinal. HEX triplet: AD, 19 and 2F. RGB value is (173,25,47). Sum of RGB (Red+Green+Blue) = 173+25+47=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD192F is #52E6D0. Grayscale: #474747. Windows color (decimal): -5433041 or 3086765. OLE color: 3086765.

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

Color convert

RGB 173 25 47 -
CMYK 0 0.86 0.73 0.32
HSL 351.08º 0.75% 0.39% -
HSV(B) 351.08º 0.86% 0.68% -
XYZ 18.09 9.78 3.62 -
YUV 71.76 114.03 200.21 -
System Red Green Blue C M Y K H S L
Decimal 173 25 47 0 0.86 0.73 0.32 351.08 0.75 0.39
Hex AD 19 2F 0 56 49 20 15F 4B 27
Octal 255 31 57 0 126 111 40 537 113 47
Binary 10101101 11001 101111 0 1010110 1001001 100000 101011111 1001011 100111

Color Harmonies of #AD192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD192F

Black with #AD192F

Text Example


Text Example

White with #AD192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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