Html Css Color HEX #B9081D Venetian Red

📋 copy color: '#B9081D'

red 185 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #B9081D

Tints of Venetian Red #B9081D

RGB

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

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

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

R = 83.33%
G = 3.6%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9081D (or 0xB9081D) is known color: Venetian Red. HEX triplet: B9, 08 and 1D. RGB value is (185,8,29). Sum of RGB (Red+Green+Blue) = 185+8+29=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B9081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9081D is #46F7E2. Grayscale: #3F3F3F. Windows color (decimal): -4650979 or 1902777. OLE color: 1902777.

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

Color convert

RGB 185 8 29 -
CMYK 0 0.96 0.84 0.27
HSL 352.88º 0.92% 0.38% -
HSV(B) 352.88º 0.96% 0.73% -
XYZ 20.32 10.58 2.13 -
YUV 63.32 108.64 214.79 -
System Red Green Blue C M Y K H S L
Decimal 185 8 29 0 0.96 0.84 0.27 352.88 0.92 0.38
Hex B9 8 1D 0 60 54 1B 161 5C 26
Octal 271 10 35 0 140 124 33 541 134 46
Binary 10111001 1000 11101 0 1100000 1010100 11011 101100001 1011100 100110

Color Harmonies of #B9081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9081D

Black with #B9081D

Text Example


Text Example

White with #B9081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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