Html Css Color HEX #B91014 Venetian Red

📋 copy color: '#B91014'

red 185 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #B91014

Tints of Venetian Red #B91014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.24%

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

R = 83.71%
G = 7.24%
B = 9.05%

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

#B91014 (or 0xB91014) is known color: Venetian Red. HEX triplet: B9, 10 and 14. RGB value is (185,16,20). Sum of RGB (Red+Green+Blue) = 185+16+20=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B91014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91014 is #46EFEB. Grayscale: #434343. Windows color (decimal): -4648940 or 1315001. OLE color: 1315001.

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

Color convert

RGB 185 16 20 -
CMYK 0 0.91 0.89 0.27
HSL 358.58º 0.84% 0.39% -
HSV(B) 358.58º 0.91% 0.73% -
XYZ 20.32 10.74 1.66 -
YUV 66.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 185 16 20 0 0.91 0.89 0.27 358.58 0.84 0.39
Hex B9 10 14 0 5B 59 1B 167 54 27
Octal 271 20 24 0 133 131 33 547 124 47
Binary 10111001 10000 10100 0 1011011 1011001 11011 101100111 1010100 100111

Color Harmonies of #B91014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91014

Black with #B91014

Text Example


Text Example

White with #B91014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91014; }

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

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

background-color css

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

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

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

border-color css

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

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

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