Html Css Color HEX #AD112F Cardinal

📋 copy color: '#AD112F'

red 173 ◦ green 17 ◦ blue 47

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

Shades of Cardinal #AD112F

Tints of Cardinal #AD112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

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

R = 73%
G = 7.17%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD112F (or 0xAD112F) is known color: Cardinal. HEX triplet: AD, 11 and 2F. RGB value is (173,17,47). Sum of RGB (Red+Green+Blue) = 173+17+47=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD112F is #52EED0. Grayscale: #434343. Windows color (decimal): -5435089 or 3084717. OLE color: 3084717.

HSL color Cylindrical-coordinate representation of color #AD112F: hue angle of 348.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD112F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 47 -
CMYK 0 0.90 0.73 0.32
HSL 348.46º 0.82% 0.37% -
HSV(B) 348.46º 0.9% 0.68% -
XYZ 17.95 9.49 3.58 -
YUV 67.06 116.68 203.56 -
System Red Green Blue C M Y K H S L
Decimal 173 17 47 0 0.90 0.73 0.32 348.46 0.82 0.37
Hex AD 11 2F 0 5A 49 20 15C 52 25
Octal 255 21 57 0 132 111 40 534 122 45
Binary 10101101 10001 101111 0 1011010 1001001 100000 101011100 1010010 100101

Color Harmonies of #AD112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD112F

Black with #AD112F

Text Example


Text Example

White with #AD112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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