Html Css Color HEX #B91120 Venetian Red

📋 copy color: '#B91120'

red 185 ◦ green 17 ◦ blue 32

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

Shades of Venetian Red #B91120

Tints of Venetian Red #B91120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 79.06%
G = 7.26%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B91120 (or 0xB91120) is known color: Venetian Red. HEX triplet: B9, 11 and 20. RGB value is (185,17,32). Sum of RGB (Red+Green+Blue) = 185+17+32=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B91120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91120 is #46EEDF. Grayscale: #454545. Windows color (decimal): -4648672 or 2101689. OLE color: 2101689.

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

Color convert

RGB 185 17 32 -
CMYK 0 0.91 0.83 0.27
HSL 354.64º 0.83% 0.4% -
HSV(B) 354.64º 0.91% 0.73% -
XYZ 20.47 10.82 2.38 -
YUV 68.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 185 17 32 0 0.91 0.83 0.27 354.64 0.83 0.4
Hex B9 11 20 0 5B 53 1B 163 53 28
Octal 271 21 40 0 133 123 33 543 123 50
Binary 10111001 10001 100000 0 1011011 1010011 11011 101100011 1010011 101000

Color Harmonies of #B91120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91120

Black with #B91120

Text Example


Text Example

White with #B91120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91120; }

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

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

background-color css

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

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

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

border-color css

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

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

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