Html Css Color HEX #B9031B Venetian Red

📋 copy color: '#B9031B'

red 185 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #B9031B

Tints of Venetian Red #B9031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 86.05%
G = 1.4%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9031B (or 0xB9031B) is known color: Venetian Red. HEX triplet: B9, 03 and 1B. RGB value is (185,3,27). Sum of RGB (Red+Green+Blue) = 185+3+27=215 (28% of max value = 765). Red value is 185 (72.66% from 255 or 86.05% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 185 - color contains mainly: red. Hex color #B9031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9031B is #46FCE4. Grayscale: #3C3C3C. Windows color (decimal): -4652261 or 1770425. OLE color: 1770425.

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

Color convert

RGB 185 3 27 -
CMYK 0 0.98 0.85 0.27
HSL 352.09º 0.97% 0.37% -
HSV(B) 352.09º 0.98% 0.73% -
XYZ 20.24 10.46 1.99 -
YUV 60.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 185 3 27 0 0.98 0.85 0.27 352.09 0.97 0.37
Hex B9 3 1B 0 62 55 1B 160 61 25
Octal 271 3 33 0 142 125 33 540 141 45
Binary 10111001 11 11011 0 1100010 1010101 11011 101100000 1100001 100101

Color Harmonies of #B9031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9031B

Black with #B9031B

Text Example


Text Example

White with #B9031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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