Html Css Color HEX #B9081A Venetian Red

📋 copy color: '#B9081A'

red 185 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #B9081A

Tints of Venetian Red #B9081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 84.47%
G = 3.65%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9081A (or 0xB9081A) is known color: Venetian Red. HEX triplet: B9, 08 and 1A. RGB value is (185,8,26). Sum of RGB (Red+Green+Blue) = 185+8+26=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B9081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9081A is #46F7E5. Grayscale: #3F3F3F. Windows color (decimal): -4650982 or 1706169. OLE color: 1706169.

HSL color Cylindrical-coordinate representation of color #B9081A: hue angle of 353.9º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9081A is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 26 -
CMYK 0 0.96 0.86 0.27
HSL 353.9º 0.92% 0.38% -
HSV(B) 353.9º 0.96% 0.73% -
XYZ 20.28 10.56 1.95 -
YUV 62.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 185 8 26 0 0.96 0.86 0.27 353.9 0.92 0.38
Hex B9 8 1A 0 60 56 1B 162 5C 26
Octal 271 10 32 0 140 126 33 542 134 46
Binary 10111001 1000 11010 0 1100000 1010110 11011 101100010 1011100 100110

Color Harmonies of #B9081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9081A

Black with #B9081A

Text Example


Text Example

White with #B9081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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