Html Css Color HEX #B11316 Venetian Red

📋 copy color: '#B11316'

red 177 ◦ green 19 ◦ blue 22

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

Shades of Venetian Red #B11316

Tints of Venetian Red #B11316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 81.19%
G = 8.72%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B11316 (or 0xB11316) is known color: Venetian Red. HEX triplet: B1, 13 and 16. RGB value is (177,19,22). Sum of RGB (Red+Green+Blue) = 177+19+22=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B11316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11316 is #4EECE9. Grayscale: #424242. Windows color (decimal): -5172458 or 1446833. OLE color: 1446833.

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

Color convert

RGB 177 19 22 -
CMYK 0 0.89 0.88 0.31
HSL 358.86º 0.81% 0.38% -
HSV(B) 358.86º 0.89% 0.69% -
XYZ 18.51 9.87 1.69 -
YUV 66.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 177 19 22 0 0.89 0.88 0.31 358.86 0.81 0.38
Hex B1 13 16 0 59 58 1F 167 51 26
Octal 261 23 26 0 131 130 37 547 121 46
Binary 10110001 10011 10110 0 1011001 1011000 11111 101100111 1010001 100110

Color Harmonies of #B11316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11316

Black with #B11316

Text Example


Text Example

White with #B11316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11316; }

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

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

background-color css

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

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

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

border-color css

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

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

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