Html Css Color HEX #B9081F Venetian Red

📋 copy color: '#B9081F'

red 185 ◦ green 8 ◦ blue 31

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

Shades of Venetian Red #B9081F

Tints of Venetian Red #B9081F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 82.59%
G = 3.57%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9081F (or 0xB9081F) is known color: Venetian Red. HEX triplet: B9, 08 and 1F. RGB value is (185,8,31). Sum of RGB (Red+Green+Blue) = 185+8+31=224 (29% of max value = 765). Red value is 185 (72.66% from 255 or 82.59% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 185 - color contains mainly: red. Hex color #B9081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9081F is #46F7E0. Grayscale: #3F3F3F. Windows color (decimal): -4650977 or 2033849. OLE color: 2033849.

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

Color convert

RGB 185 8 31 -
CMYK 0 0.96 0.83 0.27
HSL 352.2º 0.92% 0.38% -
HSV(B) 352.2º 0.96% 0.73% -
XYZ 20.34 10.59 2.27 -
YUV 63.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 185 8 31 0 0.96 0.83 0.27 352.2 0.92 0.38
Hex B9 8 1F 0 60 53 1B 160 5C 26
Octal 271 10 37 0 140 123 33 540 134 46
Binary 10111001 1000 11111 0 1100000 1010011 11011 101100000 1011100 100110

Color Harmonies of #B9081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9081F

Black with #B9081F

Text Example


Text Example

White with #B9081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9081F; }

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

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

background-color css

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

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

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

border-color css

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

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

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