Html Css Color HEX #B50F26 Venetian Red

📋 copy color: '#B50F26'

red 181 ◦ green 15 ◦ blue 38

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

Shades of Venetian Red #B50F26

Tints of Venetian Red #B50F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.24%

R = 77.35%
G = 6.41%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B50F26 (or 0xB50F26) is known color: Venetian Red. HEX triplet: B5, 0F and 26. RGB value is (181,15,38). Sum of RGB (Red+Green+Blue) = 181+15+38=234 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.35% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F26 is #4AF0D9. Grayscale: #434343. Windows color (decimal): -4911322 or 2494389. OLE color: 2494389.

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

Color convert

RGB 181 15 38 -
CMYK 0 0.92 0.79 0.29
HSL 351.69º 0.85% 0.38% -
HSV(B) 351.69º 0.92% 0.71% -
XYZ 19.58 10.31 2.79 -
YUV 67.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 181 15 38 0 0.92 0.79 0.29 351.69 0.85 0.38
Hex B5 F 26 0 5C 4F 1D 160 55 26
Octal 265 17 46 0 134 117 35 540 125 46
Binary 10110101 1111 100110 0 1011100 1001111 11101 101100000 1010101 100110

Color Harmonies of #B50F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50F26

Black with #B50F26

Text Example


Text Example

White with #B50F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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