Html Css Color HEX #B9051F Venetian Red

📋 copy color: '#B9051F'

red 185 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #B9051F

Tints of Venetian Red #B9051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 83.71%
G = 2.26%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9051F (or 0xB9051F) is known color: Venetian Red. HEX triplet: B9, 05 and 1F. RGB value is (185,5,31). Sum of RGB (Red+Green+Blue) = 185+5+31=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B9051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9051F is #46FAE0. Grayscale: #3D3D3D. Windows color (decimal): -4651745 or 2033081. OLE color: 2033081.

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

Color convert

RGB 185 5 31 -
CMYK 0 0.97 0.83 0.27
HSL 351.33º 0.95% 0.37% -
HSV(B) 351.33º 0.97% 0.73% -
XYZ 20.31 10.52 2.26 -
YUV 61.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 185 5 31 0 0.97 0.83 0.27 351.33 0.95 0.37
Hex B9 5 1F 0 61 53 1B 15F 5F 25
Octal 271 5 37 0 141 123 33 537 137 45
Binary 10111001 101 11111 0 1100001 1010011 11011 101011111 1011111 100101

Color Harmonies of #B9051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9051F

Black with #B9051F

Text Example


Text Example

White with #B9051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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