Html Css Color HEX #B9031F Venetian Red

📋 copy color: '#B9031F'

red 185 ◦ green 3 ◦ blue 31

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

Shades of Venetian Red #B9031F

Tints of Venetian Red #B9031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 84.47%
G = 1.37%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9031F (or 0xB9031F) is known color: Venetian Red. HEX triplet: B9, 03 and 1F. RGB value is (185,3,31). Sum of RGB (Red+Green+Blue) = 185+3+31=219 (29% of max value = 765). Red value is 185 (72.66% from 255 or 84.47% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 185 - color contains mainly: red. Hex color #B9031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9031F is #46FCE0. Grayscale: #3C3C3C. Windows color (decimal): -4652257 or 2032569. OLE color: 2032569.

HSL color Cylindrical-coordinate representation of color #B9031F: hue angle of 350.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9031F is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 3 31 -
CMYK 0 0.98 0.83 0.27
HSL 350.77º 0.97% 0.37% -
HSV(B) 350.77º 0.98% 0.73% -
XYZ 20.29 10.48 2.25 -
YUV 60.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 185 3 31 0 0.98 0.83 0.27 350.77 0.97 0.37
Hex B9 3 1F 0 62 53 1B 15F 61 25
Octal 271 3 37 0 142 123 33 537 141 45
Binary 10111001 11 11111 0 1100010 1010011 11011 101011111 1100001 100101

Color Harmonies of #B9031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9031F

Black with #B9031F

Text Example


Text Example

White with #B9031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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