Html Css Color HEX #AD151B Venetian Red

📋 copy color: '#AD151B'

red 173 ◦ green 21 ◦ blue 27

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

Shades of Venetian Red #AD151B

Tints of Venetian Red #AD151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 78.28%
G = 9.5%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD151B (or 0xAD151B) is known color: Venetian Red. HEX triplet: AD, 15 and 1B. RGB value is (173,21,27). Sum of RGB (Red+Green+Blue) = 173+21+27=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD151B is #52EAE4. Grayscale: #434343. Windows color (decimal): -5434085 or 1775021. OLE color: 1775021.

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

Color convert

RGB 173 21 27 -
CMYK 0 0.88 0.84 0.32
HSL 357.63º 0.78% 0.38% -
HSV(B) 357.63º 0.88% 0.68% -
XYZ 17.7 9.5 1.94 -
YUV 67.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 173 21 27 0 0.88 0.84 0.32 357.63 0.78 0.38
Hex AD 15 1B 0 58 54 20 166 4E 26
Octal 255 25 33 0 130 124 40 546 116 46
Binary 10101101 10101 11011 0 1011000 1010100 100000 101100110 1001110 100110

Color Harmonies of #AD151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD151B

Black with #AD151B

Text Example


Text Example

White with #AD151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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