Html Css Color HEX #B50811 Venetian Red

📋 copy color: '#B50811'

red 181 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #B50811

Tints of Venetian Red #B50811

RGB

 RED value IS 181 (71.09% from 255) = 87.86%

 GREEN value IS 8 (3.52% from 255) = 3.88%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 87.86%
G = 3.88%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B50811 (or 0xB50811) is known color: Venetian Red. HEX triplet: B5, 08 and 11. RGB value is (181,8,17). Sum of RGB (Red+Green+Blue) = 181+8+17=206 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.86% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 181 - color contains mainly: red. Hex color #B50811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50811 is #4AF7EE. Grayscale: #3C3C3C. Windows color (decimal): -4913135 or 1116341. OLE color: 1116341.

HSL color Cylindrical-coordinate representation of color #B50811: hue angle of 356.88º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50811 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 17 -
CMYK 0 0.96 0.91 0.29
HSL 356.88º 0.92% 0.37% -
HSV(B) 356.88º 0.96% 0.71% -
XYZ 19.24 10.04 1.45 -
YUV 60.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 181 8 17 0 0.96 0.91 0.29 356.88 0.92 0.37
Hex B5 8 11 0 60 5B 1D 165 5C 25
Octal 265 10 21 0 140 133 35 545 134 45
Binary 10110101 1000 10001 0 1100000 1011011 11101 101100101 1011100 100101

Color Harmonies of #B50811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50811

Black with #B50811

Text Example


Text Example

White with #B50811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50811; }

 p { color: rgb(181,8,17); }

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

background-color css

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

 a { background-color: rgb(181,8,17); }

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

border-color css

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

 span { border-color: rgb(181,8,17); }

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