Html Css Color HEX #AD181B Venetian Red

📋 copy color: '#AD181B'

red 173 ◦ green 24 ◦ blue 27

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

Shades of Venetian Red #AD181B

Tints of Venetian Red #AD181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 77.23%
G = 10.71%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD181B (or 0xAD181B) is known color: Venetian Red. HEX triplet: AD, 18 and 1B. RGB value is (173,24,27). Sum of RGB (Red+Green+Blue) = 173+24+27=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD181B is #52E7E4. Grayscale: #454545. Windows color (decimal): -5433317 or 1775789. OLE color: 1775789.

HSL color Cylindrical-coordinate representation of color #AD181B: hue angle of 358.79º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD181B is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 27 -
CMYK 0 0.86 0.84 0.32
HSL 358.79º 0.76% 0.39% -
HSV(B) 358.79º 0.86% 0.68% -
XYZ 17.76 9.62 1.96 -
YUV 68.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 173 24 27 0 0.86 0.84 0.32 358.79 0.76 0.39
Hex AD 18 1B 0 56 54 20 167 4C 27
Octal 255 30 33 0 126 124 40 547 114 47
Binary 10101101 11000 11011 0 1010110 1010100 100000 101100111 1001100 100111

Color Harmonies of #AD181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD181B

Black with #AD181B

Text Example


Text Example

White with #AD181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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