Html Css Color HEX #B9060B Venetian Red

📋 copy color: '#B9060B'

red 185 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #B9060B

Tints of Venetian Red #B9060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 91.58%
G = 2.97%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9060B (or 0xB9060B) is known color: Venetian Red. HEX triplet: B9, 06 and 0B. RGB value is (185,6,11). Sum of RGB (Red+Green+Blue) = 185+6+11=202 (26% of max value = 765). Red value is 185 (72.66% from 255 or 91.58% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 185 - color contains mainly: red. Hex color #B9060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B9060B is #46F9F4. Grayscale: #3C3C3C. Windows color (decimal): -4651509 or 722617. OLE color: 722617.

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

Color convert

RGB 185 6 11 -
CMYK 0 0.97 0.94 0.27
HSL 358.32º 0.94% 0.37% -
HSV(B) 358.32º 0.97% 0.73% -
XYZ 20.13 10.47 1.28 -
YUV 60.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 185 6 11 0 0.97 0.94 0.27 358.32 0.94 0.37
Hex B9 6 B 0 61 5E 1B 166 5E 25
Octal 271 6 13 0 141 136 33 546 136 45
Binary 10111001 110 1011 0 1100001 1011110 11011 101100110 1011110 100101

Color Harmonies of #B9060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9060B

Black with #B9060B

Text Example


Text Example

White with #B9060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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