Html Css Color HEX #B91115 Venetian Red

📋 copy color: '#B91115'

red 185 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #B91115

Tints of Venetian Red #B91115

RGB

 RED value IS 185 (72.66% from 255) = 82.96%

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 82.96%
G = 7.62%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B91115 (or 0xB91115) is known color: Venetian Red. HEX triplet: B9, 11 and 15. RGB value is (185,17,21). Sum of RGB (Red+Green+Blue) = 185+17+21=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B91115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91115 is #46EEEA. Grayscale: #434343. Windows color (decimal): -4648683 or 1380793. OLE color: 1380793.

HSL color Cylindrical-coordinate representation of color #B91115: hue angle of 358.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91115 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 21 -
CMYK 0 0.91 0.89 0.27
HSL 358.57º 0.83% 0.4% -
HSV(B) 358.57º 0.91% 0.73% -
XYZ 20.34 10.77 1.72 -
YUV 67.69 101.66 211.67 -
System Red Green Blue C M Y K H S L
Decimal 185 17 21 0 0.91 0.89 0.27 358.57 0.83 0.4
Hex B9 11 15 0 5B 59 1B 167 53 28
Octal 271 21 25 0 133 131 33 547 123 50
Binary 10111001 10001 10101 0 1011011 1011001 11011 101100111 1010011 101000

Color Harmonies of #B91115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91115

Black with #B91115

Text Example


Text Example

White with #B91115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91115; }

 p { color: rgb(185,17,21); }

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

background-color css

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

 a { background-color: rgb(185,17,21); }

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

border-color css

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

 span { border-color: rgb(185,17,21); }

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