Html Css Color HEX #AD192B Cardinal

📋 copy color: '#AD192B'

red 173 ◦ green 25 ◦ blue 43

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

Shades of Cardinal #AD192B

Tints of Cardinal #AD192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 71.78%
G = 10.37%
B = 17.84%

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

#AD192B (or 0xAD192B) is known color: Cardinal. HEX triplet: AD, 19 and 2B. RGB value is (173,25,43). Sum of RGB (Red+Green+Blue) = 173+25+43=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD192B is #52E6D4. Grayscale: #474747. Windows color (decimal): -5433045 or 2824621. OLE color: 2824621.

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

Color convert

RGB 173 25 43 -
CMYK 0 0.86 0.75 0.32
HSL 352.7º 0.75% 0.39% -
HSV(B) 352.7º 0.86% 0.68% -
XYZ 18.02 9.75 3.22 -
YUV 71.3 112.03 200.54 -
System Red Green Blue C M Y K H S L
Decimal 173 25 43 0 0.86 0.75 0.32 352.7 0.75 0.39
Hex AD 19 2B 0 56 4B 20 161 4B 27
Octal 255 31 53 0 126 113 40 541 113 47
Binary 10101101 11001 101011 0 1010110 1001011 100000 101100001 1001011 100111

Color Harmonies of #AD192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD192B

Black with #AD192B

Text Example


Text Example

White with #AD192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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