Html Css Color HEX #B9061E Venetian Red

📋 copy color: '#B9061E'

red 185 ◦ green 6 ◦ blue 30

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

Shades of Venetian Red #B9061E

Tints of Venetian Red #B9061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 83.71%
G = 2.71%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9061E (or 0xB9061E) is known color: Venetian Red. HEX triplet: B9, 06 and 1E. RGB value is (185,6,30). Sum of RGB (Red+Green+Blue) = 185+6+30=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B9061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9061E is #46F9E1. Grayscale: #3E3E3E. Windows color (decimal): -4651490 or 1967801. OLE color: 1967801.

HSL color Cylindrical-coordinate representation of color #B9061E: hue angle of 351.96º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9061E is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 30 -
CMYK 0 0.97 0.84 0.27
HSL 351.96º 0.94% 0.37% -
HSV(B) 351.96º 0.97% 0.73% -
XYZ 20.31 10.54 2.19 -
YUV 62.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 185 6 30 0 0.97 0.84 0.27 351.96 0.94 0.37
Hex B9 6 1E 0 61 54 1B 160 5E 25
Octal 271 6 36 0 141 124 33 540 136 45
Binary 10111001 110 11110 0 1100001 1010100 11011 101100000 1011110 100101

Color Harmonies of #B9061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9061E

Black with #B9061E

Text Example


Text Example

White with #B9061E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9061E; }

 p { color: rgb(185,6,30); }

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

background-color css

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

 a { background-color: rgb(185,6,30); }

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

border-color css

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

 span { border-color: rgb(185,6,30); }

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