Html Css Color HEX #AD141F Venetian Red

📋 copy color: '#AD141F'

red 173 ◦ green 20 ◦ blue 31

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

Shades of Venetian Red #AD141F

Tints of Venetian Red #AD141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 77.23%
G = 8.93%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD141F (or 0xAD141F) is known color: Venetian Red. HEX triplet: AD, 14 and 1F. RGB value is (173,20,31). Sum of RGB (Red+Green+Blue) = 173+20+31=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD141F is #52EBE0. Grayscale: #434343. Windows color (decimal): -5434337 or 2036909. OLE color: 2036909.

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

Color convert

RGB 173 20 31 -
CMYK 0 0.88 0.82 0.32
HSL 355.69º 0.79% 0.38% -
HSV(B) 355.69º 0.88% 0.68% -
XYZ 17.73 9.48 2.19 -
YUV 67 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 173 20 31 0 0.88 0.82 0.32 355.69 0.79 0.38
Hex AD 14 1F 0 58 52 20 164 4F 26
Octal 255 24 37 0 130 122 40 544 117 46
Binary 10101101 10100 11111 0 1011000 1010010 100000 101100100 1001111 100110

Color Harmonies of #AD141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD141F

Black with #AD141F

Text Example


Text Example

White with #AD141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD141F; }

 p { color: rgb(173,20,31); }

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

background-color css

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

 a { background-color: rgb(173,20,31); }

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

border-color css

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

 span { border-color: rgb(173,20,31); }

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