Html Css Color HEX #B9071E Venetian Red

📋 copy color: '#B9071E'

red 185 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #B9071E

Tints of Venetian Red #B9071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 83.33%
G = 3.15%
B = 13.51%

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

#B9071E (or 0xB9071E) is known color: Venetian Red. HEX triplet: B9, 07 and 1E. RGB value is (185,7,30). Sum of RGB (Red+Green+Blue) = 185+7+30=222 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.33% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 185 - color contains mainly: red. Hex color #B9071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9071E is #46F8E1. Grayscale: #3E3E3E. Windows color (decimal): -4651234 or 1968057. OLE color: 1968057.

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

Color convert

RGB 185 7 30 -
CMYK 0 0.96 0.84 0.27
HSL 352.25º 0.93% 0.38% -
HSV(B) 352.25º 0.96% 0.73% -
XYZ 20.32 10.56 2.2 -
YUV 62.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 185 7 30 0 0.96 0.84 0.27 352.25 0.93 0.38
Hex B9 7 1E 0 60 54 1B 160 5D 26
Octal 271 7 36 0 140 124 33 540 135 46
Binary 10111001 111 11110 0 1100000 1010100 11011 101100000 1011101 100110

Color Harmonies of #B9071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9071E

Black with #B9071E

Text Example


Text Example

White with #B9071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9071E; }

 p { color: rgb(185,7,30); }

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

background-color css

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

 a { background-color: rgb(185,7,30); }

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

border-color css

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

 span { border-color: rgb(185,7,30); }

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