Html Css Color HEX #B50B14 Venetian Red

📋 copy color: '#B50B14'

red 181 ◦ green 11 ◦ blue 20

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

Shades of Venetian Red #B50B14

Tints of Venetian Red #B50B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.43%

R = 85.38%
G = 5.19%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B50B14 (or 0xB50B14) is known color: Venetian Red. HEX triplet: B5, 0B and 14. RGB value is (181,11,20). Sum of RGB (Red+Green+Blue) = 181+11+20=212 (28% of max value = 765). Red value is 181 (71.09% from 255 or 85.38% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50B14 is #4AF4EB. Grayscale: #3E3E3E. Windows color (decimal): -4912364 or 1313717. OLE color: 1313717.

HSL color Cylindrical-coordinate representation of color #B50B14: hue angle of 356.82º 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 #B50B14 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 11 20 -
CMYK 0 0.94 0.89 0.29
HSL 356.82º 0.89% 0.38% -
HSV(B) 356.82º 0.94% 0.71% -
XYZ 19.3 10.11 1.6 -
YUV 62.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 181 11 20 0 0.94 0.89 0.29 356.82 0.89 0.38
Hex B5 B 14 0 5E 59 1D 165 59 26
Octal 265 13 24 0 136 131 35 545 131 46
Binary 10110101 1011 10100 0 1011110 1011001 11101 101100101 1011001 100110

Color Harmonies of #B50B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50B14

Black with #B50B14

Text Example


Text Example

White with #B50B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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