Html Css Color HEX #B91214 Venetian Red

📋 copy color: '#B91214'

red 185 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #B91214

Tints of Venetian Red #B91214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 82.96%
G = 8.07%
B = 8.97%

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

#B91214 (or 0xB91214) is known color: Venetian Red. HEX triplet: B9, 12 and 14. RGB value is (185,18,20). Sum of RGB (Red+Green+Blue) = 185+18+20=223 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.96% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 185 - color contains mainly: red. Hex color #B91214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91214 is #46EDEB. Grayscale: #444444. Windows color (decimal): -4648428 or 1315513. OLE color: 1315513.

HSL color Cylindrical-coordinate representation of color #B91214: hue angle of 359.28º degrees, saturation: 0.82, 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 #B91214 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 20 -
CMYK 0 0.90 0.89 0.27
HSL 359.28º 0.82% 0.4% -
HSV(B) 359.28º 0.9% 0.73% -
XYZ 20.35 10.8 1.67 -
YUV 68.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 185 18 20 0 0.90 0.89 0.27 359.28 0.82 0.4
Hex B9 12 14 0 5A 59 1B 167 52 28
Octal 271 22 24 0 132 131 33 547 122 50
Binary 10111001 10010 10100 0 1011010 1011001 11011 101100111 1010010 101000

Color Harmonies of #B91214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91214

Black with #B91214

Text Example


Text Example

White with #B91214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91214; }

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

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

background-color css

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

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

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

border-color css

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

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

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