Html Css Color HEX #AD141A Venetian Red

📋 copy color: '#AD141A'

red 173 ◦ green 20 ◦ blue 26

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

Shades of Venetian Red #AD141A

Tints of Venetian Red #AD141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 79%
G = 9.13%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD141A (or 0xAD141A) is known color: Venetian Red. HEX triplet: AD, 14 and 1A. RGB value is (173,20,26). Sum of RGB (Red+Green+Blue) = 173+20+26=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD141A is #52EBE5. Grayscale: #424242. Windows color (decimal): -5434342 or 1709229. OLE color: 1709229.

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

Color convert

RGB 173 20 26 -
CMYK 0 0.88 0.85 0.32
HSL 357.65º 0.79% 0.38% -
HSV(B) 357.65º 0.88% 0.68% -
XYZ 17.67 9.46 1.87 -
YUV 66.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 173 20 26 0 0.88 0.85 0.32 357.65 0.79 0.38
Hex AD 14 1A 0 58 55 20 166 4F 26
Octal 255 24 32 0 130 125 40 546 117 46
Binary 10101101 10100 11010 0 1011000 1010101 100000 101100110 1001111 100110

Color Harmonies of #AD141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD141A

Black with #AD141A

Text Example


Text Example

White with #AD141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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