Html Css Color HEX #B91015 Venetian Red

📋 copy color: '#B91015'

red 185 ◦ green 16 ◦ blue 21

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

Shades of Venetian Red #B91015

Tints of Venetian Red #B91015

RGB

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

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

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

R = 83.33%
G = 7.21%
B = 9.46%

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

#B91015 (or 0xB91015) is known color: Venetian Red. HEX triplet: B9, 10 and 15. RGB value is (185,16,21). Sum of RGB (Red+Green+Blue) = 185+16+21=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B91015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B91015 is #46EFEA. Grayscale: #434343. Windows color (decimal): -4648939 or 1380537. OLE color: 1380537.

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

Color convert

RGB 185 16 21 -
CMYK 0 0.91 0.89 0.27
HSL 358.22º 0.84% 0.39% -
HSV(B) 358.22º 0.91% 0.73% -
XYZ 20.33 10.74 1.71 -
YUV 67.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 185 16 21 0 0.91 0.89 0.27 358.22 0.84 0.39
Hex B9 10 15 0 5B 59 1B 166 54 27
Octal 271 20 25 0 133 131 33 546 124 47
Binary 10111001 10000 10101 0 1011011 1011001 11011 101100110 1010100 100111

Color Harmonies of #B91015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91015

Black with #B91015

Text Example


Text Example

White with #B91015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91015; }

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

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

background-color css

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

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

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

border-color css

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

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

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