Html Css Color HEX #B9151B Venetian Red

📋 copy color: '#B9151B'

red 185 ◦ green 21 ◦ blue 27

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

Shades of Venetian Red #B9151B

Tints of Venetian Red #B9151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 79.4%
G = 9.01%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9151B (or 0xB9151B) is known color: Venetian Red. HEX triplet: B9, 15 and 1B. RGB value is (185,21,27). Sum of RGB (Red+Green+Blue) = 185+21+27=233 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.40% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 185 - color contains mainly: red. Hex color #B9151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9151B is #46EAE4. Grayscale: #464646. Windows color (decimal): -4647653 or 1775033. OLE color: 1775033.

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

Color convert

RGB 185 21 27 -
CMYK 0 0.89 0.85 0.27
HSL 357.8º 0.8% 0.4% -
HSV(B) 357.8º 0.89% 0.73% -
XYZ 20.47 10.93 2.07 -
YUV 70.72 103.33 209.51 -
System Red Green Blue C M Y K H S L
Decimal 185 21 27 0 0.89 0.85 0.27 357.8 0.8 0.4
Hex B9 15 1B 0 59 55 1B 166 50 28
Octal 271 25 33 0 131 125 33 546 120 50
Binary 10111001 10101 11011 0 1011001 1010101 11011 101100110 1010000 101000

Color Harmonies of #B9151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9151B

Black with #B9151B

Text Example


Text Example

White with #B9151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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