Html Css Color HEX #AD151A Venetian Red

📋 copy color: '#AD151A'

red 173 ◦ green 21 ◦ blue 26

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

Shades of Venetian Red #AD151A

Tints of Venetian Red #AD151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.55%

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

R = 78.64%
G = 9.55%
B = 11.82%

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

#AD151A (or 0xAD151A) is known color: Venetian Red. HEX triplet: AD, 15 and 1A. RGB value is (173,21,26). Sum of RGB (Red+Green+Blue) = 173+21+26=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD151A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD151A is #52EAE5. Grayscale: #434343. Windows color (decimal): -5434086 or 1709485. OLE color: 1709485.

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

Color convert

RGB 173 21 26 -
CMYK 0 0.88 0.85 0.32
HSL 358.03º 0.78% 0.38% -
HSV(B) 358.03º 0.88% 0.68% -
XYZ 17.69 9.5 1.88 -
YUV 67.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 173 21 26 0 0.88 0.85 0.32 358.03 0.78 0.38
Hex AD 15 1A 0 58 55 20 166 4E 26
Octal 255 25 32 0 130 125 40 546 116 46
Binary 10101101 10101 11010 0 1011000 1010101 100000 101100110 1001110 100110

Color Harmonies of #AD151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD151A

Black with #AD151A

Text Example


Text Example

White with #AD151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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