Html Css Color HEX #B91215 Venetian Red

📋 copy color: '#B91215'

red 185 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #B91215

Tints of Venetian Red #B91215

RGB

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

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

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

R = 82.59%
G = 8.04%
B = 9.38%

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

#B91215 (or 0xB91215) is known color: Venetian Red. HEX triplet: B9, 12 and 15. RGB value is (185,18,21). Sum of RGB (Red+Green+Blue) = 185+18+21=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B91215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91215 is #46EDEA. Grayscale: #444444. Windows color (decimal): -4648427 or 1381049. OLE color: 1381049.

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

Color convert

RGB 185 18 21 -
CMYK 0 0.90 0.89 0.27
HSL 358.92º 0.82% 0.4% -
HSV(B) 358.92º 0.9% 0.73% -
XYZ 20.36 10.8 1.72 -
YUV 68.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 185 18 21 0 0.90 0.89 0.27 358.92 0.82 0.4
Hex B9 12 15 0 5A 59 1B 167 52 28
Octal 271 22 25 0 132 131 33 547 122 50
Binary 10111001 10010 10101 0 1011010 1011001 11011 101100111 1010010 101000

Color Harmonies of #B91215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91215

Black with #B91215

Text Example


Text Example

White with #B91215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91215; }

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

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

background-color css

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

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

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

border-color css

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

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

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