Html Css Color HEX #B9061D Venetian Red

📋 copy color: '#B9061D'

red 185 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #B9061D

Tints of Venetian Red #B9061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 84.09%
G = 2.73%
B = 13.18%

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

#B9061D (or 0xB9061D) is known color: Venetian Red. HEX triplet: B9, 06 and 1D. RGB value is (185,6,29). Sum of RGB (Red+Green+Blue) = 185+6+29=220 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 185 - color contains mainly: red. Hex color #B9061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9061D is #46F9E2. Grayscale: #3E3E3E. Windows color (decimal): -4651491 or 1902265. OLE color: 1902265.

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

Color convert

RGB 185 6 29 -
CMYK 0 0.97 0.84 0.27
HSL 352.29º 0.94% 0.37% -
HSV(B) 352.29º 0.97% 0.73% -
XYZ 20.29 10.53 2.13 -
YUV 62.14 109.3 215.63 -
System Red Green Blue C M Y K H S L
Decimal 185 6 29 0 0.97 0.84 0.27 352.29 0.94 0.37
Hex B9 6 1D 0 61 54 1B 160 5E 25
Octal 271 6 35 0 141 124 33 540 136 45
Binary 10111001 110 11101 0 1100001 1010100 11011 101100000 1011110 100101

Color Harmonies of #B9061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9061D

Black with #B9061D

Text Example


Text Example

White with #B9061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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