Html Css Color HEX #B9061A Venetian Red

📋 copy color: '#B9061A'

red 185 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #B9061A

Tints of Venetian Red #B9061A

RGB

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

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

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

R = 85.25%
G = 2.76%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9061A (or 0xB9061A) is known color: Venetian Red. HEX triplet: B9, 06 and 1A. RGB value is (185,6,26). Sum of RGB (Red+Green+Blue) = 185+6+26=217 (28% of max value = 765). Red value is 185 (72.66% from 255 or 85.25% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 185 - color contains mainly: red. Hex color #B9061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9061A is #46F9E5. Grayscale: #3D3D3D. Windows color (decimal): -4651494 or 1705657. OLE color: 1705657.

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

Color convert

RGB 185 6 26 -
CMYK 0 0.97 0.86 0.27
HSL 353.3º 0.94% 0.37% -
HSV(B) 353.3º 0.97% 0.73% -
XYZ 20.26 10.52 1.94 -
YUV 61.8 107.8 215.87 -
System Red Green Blue C M Y K H S L
Decimal 185 6 26 0 0.97 0.86 0.27 353.3 0.94 0.37
Hex B9 6 1A 0 61 56 1B 161 5E 25
Octal 271 6 32 0 141 126 33 541 136 45
Binary 10111001 110 11010 0 1100001 1010110 11011 101100001 1011110 100101

Color Harmonies of #B9061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9061A

Black with #B9061A

Text Example


Text Example

White with #B9061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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