Html Css Color HEX #B10F11 Venetian Red

📋 copy color: '#B10F11'

red 177 ◦ green 15 ◦ blue 17

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

Shades of Venetian Red #B10F11

Tints of Venetian Red #B10F11

RGB

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

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

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

R = 84.69%
G = 7.18%
B = 8.13%

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

#B10F11 (or 0xB10F11) is known color: Venetian Red. HEX triplet: B1, 0F and 11. RGB value is (177,15,17). Sum of RGB (Red+Green+Blue) = 177+15+17=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10F11 is #4EF0EE. Grayscale: #3F3F3F. Windows color (decimal): -5173487 or 1118129. OLE color: 1118129.

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

Color convert

RGB 177 15 17 -
CMYK 0 0.92 0.90 0.31
HSL 359.26º 0.84% 0.38% -
HSV(B) 359.26º 0.92% 0.69% -
XYZ 18.4 9.73 1.44 -
YUV 63.67 101.67 208.84 -
System Red Green Blue C M Y K H S L
Decimal 177 15 17 0 0.92 0.90 0.31 359.26 0.84 0.38
Hex B1 F 11 0 5C 5A 1F 167 54 26
Octal 261 17 21 0 134 132 37 547 124 46
Binary 10110001 1111 10001 0 1011100 1011010 11111 101100111 1010100 100110

Color Harmonies of #B10F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F11

Black with #B10F11

Text Example


Text Example

White with #B10F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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