Html Css Color HEX #B10F13 Venetian Red

📋 copy color: '#B10F13'

red 177 ◦ green 15 ◦ blue 19

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

Shades of Venetian Red #B10F13

Tints of Venetian Red #B10F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9%

R = 83.89%
G = 7.11%
B = 9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B10F13 (or 0xB10F13) is known color: Venetian Red. HEX triplet: B1, 0F and 13. RGB value is (177,15,19). Sum of RGB (Red+Green+Blue) = 177+15+19=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B10F13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10F13 is #4EF0EC. Grayscale: #404040. Windows color (decimal): -5173485 or 1249201. OLE color: 1249201.

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

Color convert

RGB 177 15 19 -
CMYK 0 0.92 0.89 0.31
HSL 358.52º 0.84% 0.38% -
HSV(B) 358.52º 0.92% 0.69% -
XYZ 18.42 9.74 1.52 -
YUV 63.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 177 15 19 0 0.92 0.89 0.31 358.52 0.84 0.38
Hex B1 F 13 0 5C 59 1F 167 54 26
Octal 261 17 23 0 134 131 37 547 124 46
Binary 10110001 1111 10011 0 1011100 1011001 11111 101100111 1010100 100110

Color Harmonies of #B10F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10F13

Black with #B10F13

Text Example


Text Example

White with #B10F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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