Html Css Color HEX #B10E11 Venetian Red

📋 copy color: '#B10E11'

red 177 ◦ green 14 ◦ blue 17

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

Shades of Venetian Red #B10E11

Tints of Venetian Red #B10E11

RGB

 RED value IS 177 (69.53% from 255) = 85.1%

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

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 85.1%
G = 6.73%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B10E11 (or 0xB10E11) is known color: Venetian Red. HEX triplet: B1, 0E and 11. RGB value is (177,14,17). Sum of RGB (Red+Green+Blue) = 177+14+17=208 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.10% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10E11 is #4EF1EE. Grayscale: #3F3F3F. Windows color (decimal): -5173743 or 1117873. OLE color: 1117873.

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

Color convert

RGB 177 14 17 -
CMYK 0 0.92 0.90 0.31
HSL 358.9º 0.85% 0.37% -
HSV(B) 358.9º 0.92% 0.69% -
XYZ 18.39 9.7 1.43 -
YUV 63.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 177 14 17 0 0.92 0.90 0.31 358.9 0.85 0.37
Hex B1 E 11 0 5C 5A 1F 167 55 25
Octal 261 16 21 0 134 132 37 547 125 45
Binary 10110001 1110 10001 0 1011100 1011010 11111 101100111 1010101 100101

Color Harmonies of #B10E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E11

Black with #B10E11

Text Example


Text Example

White with #B10E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E11; }

 p { color: rgb(177,14,17); }

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

background-color css

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

 a { background-color: rgb(177,14,17); }

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

border-color css

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

 span { border-color: rgb(177,14,17); }

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