Html Css Color HEX #B10E10 Venetian Red

📋 copy color: '#B10E10'

red 177 ◦ green 14 ◦ blue 16

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

Shades of Venetian Red #B10E10

Tints of Venetian Red #B10E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 85.51%
G = 6.76%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B10E10 (or 0xB10E10) is known color: Venetian Red. HEX triplet: B1, 0E and 10. RGB value is (177,14,16). Sum of RGB (Red+Green+Blue) = 177+14+16=207 (27% of max value = 765). Red value is 177 (69.53% from 255 or 85.51% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10E10 is #4EF1EF. Grayscale: #3F3F3F. Windows color (decimal): -5173744 or 1052337. OLE color: 1052337.

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

Color convert

RGB 177 14 16 -
CMYK 0 0.92 0.91 0.31
HSL 359.26º 0.85% 0.37% -
HSV(B) 359.26º 0.92% 0.69% -
XYZ 18.38 9.7 1.39 -
YUV 62.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 177 14 16 0 0.92 0.91 0.31 359.26 0.85 0.37
Hex B1 E 10 0 5C 5B 1F 167 55 25
Octal 261 16 20 0 134 133 37 547 125 45
Binary 10110001 1110 10000 0 1011100 1011011 11111 101100111 1010101 100101

Color Harmonies of #B10E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E10

Black with #B10E10

Text Example


Text Example

White with #B10E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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