Html Css Color HEX #B9131A Venetian Red

📋 copy color: '#B9131A'

red 185 ◦ green 19 ◦ blue 26

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

Shades of Venetian Red #B9131A

Tints of Venetian Red #B9131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.26%

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 80.43%
G = 8.26%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9131A (or 0xB9131A) is known color: Venetian Red. HEX triplet: B9, 13 and 1A. RGB value is (185,19,26). Sum of RGB (Red+Green+Blue) = 185+19+26=230 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.43% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 185 - color contains mainly: red. Hex color #B9131A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9131A is #46ECE5. Grayscale: #454545. Windows color (decimal): -4648166 or 1708985. OLE color: 1708985.

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

Color convert

RGB 185 19 26 -
CMYK 0 0.90 0.86 0.27
HSL 357.47º 0.81% 0.4% -
HSV(B) 357.47º 0.9% 0.73% -
XYZ 20.43 10.85 2 -
YUV 69.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 185 19 26 0 0.90 0.86 0.27 357.47 0.81 0.4
Hex B9 13 1A 0 5A 56 1B 165 51 28
Octal 271 23 32 0 132 126 33 545 121 50
Binary 10111001 10011 11010 0 1011010 1010110 11011 101100101 1010001 101000

Color Harmonies of #B9131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9131A

Black with #B9131A

Text Example


Text Example

White with #B9131A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9131A; }

 p { color: rgb(185,19,26); }

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

background-color css

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

 a { background-color: rgb(185,19,26); }

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

border-color css

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

 span { border-color: rgb(185,19,26); }

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