Html Css Color HEX #B11317 Venetian Red

📋 copy color: '#B11317'

red 177 ◦ green 19 ◦ blue 23

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

Shades of Venetian Red #B11317

Tints of Venetian Red #B11317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.5%

R = 80.82%
G = 8.68%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B11317 (or 0xB11317) is known color: Venetian Red. HEX triplet: B1, 13 and 17. RGB value is (177,19,23). Sum of RGB (Red+Green+Blue) = 177+19+23=219 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.82% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 177 - color contains mainly: red. Hex color #B11317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11317 is #4EECE8. Grayscale: #424242. Windows color (decimal): -5172457 or 1512369. OLE color: 1512369.

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

Color convert

RGB 177 19 23 -
CMYK 0 0.89 0.87 0.31
HSL 358.48º 0.81% 0.38% -
HSV(B) 358.48º 0.89% 0.69% -
XYZ 18.52 9.87 1.74 -
YUV 66.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 177 19 23 0 0.89 0.87 0.31 358.48 0.81 0.38
Hex B1 13 17 0 59 57 1F 166 51 26
Octal 261 23 27 0 131 127 37 546 121 46
Binary 10110001 10011 10111 0 1011001 1010111 11111 101100110 1010001 100110

Color Harmonies of #B11317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11317

Black with #B11317

Text Example


Text Example

White with #B11317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11317; }

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

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

background-color css

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

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

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

border-color css

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

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

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