Html Css Color HEX #B50E24 Venetian Red

📋 copy color: '#B50E24'

red 181 ◦ green 14 ◦ blue 36

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

Shades of Venetian Red #B50E24

Tints of Venetian Red #B50E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 36 (14.45% from 255) = 15.58%

R = 78.35%
G = 6.06%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B50E24 (or 0xB50E24) is known color: Venetian Red. HEX triplet: B5, 0E and 24. RGB value is (181,14,36). Sum of RGB (Red+Green+Blue) = 181+14+36=231 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.35% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E24 is #4AF1DB. Grayscale: #424242. Windows color (decimal): -4911580 or 2363061. OLE color: 2363061.

HSL color Cylindrical-coordinate representation of color #B50E24: hue angle of 352.1º degrees, saturation: 0.86, 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 #B50E24 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 14 36 -
CMYK 0 0.92 0.80 0.29
HSL 352.1º 0.86% 0.38% -
HSV(B) 352.1º 0.92% 0.71% -
XYZ 19.53 10.27 2.62 -
YUV 66.44 110.83 209.71 -
System Red Green Blue C M Y K H S L
Decimal 181 14 36 0 0.92 0.80 0.29 352.1 0.86 0.38
Hex B5 E 24 0 5C 50 1D 160 56 26
Octal 265 16 44 0 134 120 35 540 126 46
Binary 10110101 1110 100100 0 1011100 1010000 11101 101100000 1010110 100110

Color Harmonies of #B50E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50E24

Black with #B50E24

Text Example


Text Example

White with #B50E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50E24; }

 p { color: rgb(181,14,36); }

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

background-color css

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

 a { background-color: rgb(181,14,36); }

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

border-color css

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

 span { border-color: rgb(181,14,36); }

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