Html Css Color HEX #B91314 Venetian Red

📋 copy color: '#B91314'

red 185 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #B91314

Tints of Venetian Red #B91314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 82.59%
G = 8.48%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B91314 (or 0xB91314) is known color: Venetian Red. HEX triplet: B9, 13 and 14. RGB value is (185,19,20). Sum of RGB (Red+Green+Blue) = 185+19+20=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B91314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91314 is #46ECEB. Grayscale: #444444. Windows color (decimal): -4648172 or 1315769. OLE color: 1315769.

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

Color convert

RGB 185 19 20 -
CMYK 0 0.90 0.89 0.27
HSL 359.64º 0.81% 0.4% -
HSV(B) 359.64º 0.9% 0.73% -
XYZ 20.37 10.83 1.68 -
YUV 68.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 185 19 20 0 0.90 0.89 0.27 359.64 0.81 0.4
Hex B9 13 14 0 5A 59 1B 168 51 28
Octal 271 23 24 0 132 131 33 550 121 50
Binary 10111001 10011 10100 0 1011010 1011001 11011 101101000 1010001 101000

Color Harmonies of #B91314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91314

Black with #B91314

Text Example


Text Example

White with #B91314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91314; }

 p { color: rgb(185,19,20); }

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

background-color css

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

 a { background-color: rgb(185,19,20); }

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

border-color css

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

 span { border-color: rgb(185,19,20); }

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