Html Css Color HEX #B50F16 Venetian Red

📋 copy color: '#B50F16'

red 181 ◦ green 15 ◦ blue 22

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

Shades of Venetian Red #B50F16

Tints of Venetian Red #B50F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

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

R = 83.03%
G = 6.88%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B50F16 (or 0xB50F16) is known color: Venetian Red. HEX triplet: B5, 0F and 16. RGB value is (181,15,22). Sum of RGB (Red+Green+Blue) = 181+15+22=218 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.03% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50F16 is #4AF0E9. Grayscale: #414141. Windows color (decimal): -4911338 or 1445813. OLE color: 1445813.

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

Color convert

RGB 181 15 22 -
CMYK 0 0.92 0.88 0.29
HSL 357.47º 0.85% 0.38% -
HSV(B) 357.47º 0.92% 0.71% -
XYZ 19.37 10.22 1.71 -
YUV 65.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 181 15 22 0 0.92 0.88 0.29 357.47 0.85 0.38
Hex B5 F 16 0 5C 58 1D 165 55 26
Octal 265 17 26 0 134 130 35 545 125 46
Binary 10110101 1111 10110 0 1011100 1011000 11101 101100101 1010101 100110

Color Harmonies of #B50F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F16

Black with #B50F16

Text Example


Text Example

White with #B50F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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