Html Css Color HEX #B0050E Venetian Red

📋 copy color: '#B0050E'

red 176 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #B0050E

Tints of Venetian Red #B0050E

RGB

 RED value IS 176 (69.14% from 255) = 90.26%

 GREEN value IS 5 (2.34% from 255) = 2.56%

 BLUE value IS 14 (5.86% from 255) = 7.18%

R = 90.26%
G = 2.56%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0050E (or 0xB0050E) is known color: Venetian Red. HEX triplet: B0, 05 and 0E. RGB value is (176,5,14). Sum of RGB (Red+Green+Blue) = 176+5+14=195 (25% of max value = 765). Red value is 176 (69.14% from 255 or 90.26% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 176 - color contains mainly: red. Hex color #B0050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0050E is #4FFAF1. Grayscale: #393939. Windows color (decimal): -5241586 or 918960. OLE color: 918960.

HSL color Cylindrical-coordinate representation of color #B0050E: hue angle of 356.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0050E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 5 14 -
CMYK 0 0.97 0.92 0.31
HSL 356.84º 0.94% 0.35% -
HSV(B) 356.84º 0.97% 0.69% -
XYZ 18.04 9.37 1.27 -
YUV 57.16 103.65 212.77 -
System Red Green Blue C M Y K H S L
Decimal 176 5 14 0 0.97 0.92 0.31 356.84 0.94 0.35
Hex B0 5 E 0 61 5C 1F 165 5E 23
Octal 260 5 16 0 141 134 37 545 136 43
Binary 10110000 101 1110 0 1100001 1011100 11111 101100101 1011110 100011

Color Harmonies of #B0050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0050E

Black with #B0050E

Text Example


Text Example

White with #B0050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0050E; }

 p { color: rgb(176,5,14); }

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

background-color css

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

 a { background-color: rgb(176,5,14); }

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

border-color css

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

 span { border-color: rgb(176,5,14); }

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