Html Css Color HEX #B50B16 Venetian Red

📋 copy color: '#B50B16'

red 181 ◦ green 11 ◦ blue 22

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

Shades of Venetian Red #B50B16

Tints of Venetian Red #B50B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.14%

 BLUE value IS 22 (8.98% from 255) = 10.28%

R = 84.58%
G = 5.14%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B50B16 (or 0xB50B16) is known color: Venetian Red. HEX triplet: B5, 0B and 16. RGB value is (181,11,22). Sum of RGB (Red+Green+Blue) = 181+11+22=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50B16 is #4AF4E9. Grayscale: #3F3F3F. Windows color (decimal): -4912362 or 1444789. OLE color: 1444789.

HSL color Cylindrical-coordinate representation of color #B50B16: hue angle of 356.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B16 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 22 -
CMYK 0 0.94 0.88 0.29
HSL 356.12º 0.89% 0.38% -
HSV(B) 356.12º 0.94% 0.71% -
XYZ 19.32 10.12 1.69 -
YUV 63.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 181 11 22 0 0.94 0.88 0.29 356.12 0.89 0.38
Hex B5 B 16 0 5E 58 1D 164 59 26
Octal 265 13 26 0 136 130 35 544 131 46
Binary 10110101 1011 10110 0 1011110 1011000 11101 101100100 1011001 100110

Color Harmonies of #B50B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B16

Black with #B50B16

Text Example


Text Example

White with #B50B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B16; }

 p { color: rgb(181,11,22); }

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

background-color css

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

 a { background-color: rgb(181,11,22); }

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

border-color css

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

 span { border-color: rgb(181,11,22); }

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