Html Css Color HEX #B9072B Venetian Red

📋 copy color: '#B9072B'

red 185 ◦ green 7 ◦ blue 43

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

Shades of Venetian Red #B9072B

Tints of Venetian Red #B9072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 78.72%
G = 2.98%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9072B (or 0xB9072B) is known color: Venetian Red. HEX triplet: B9, 07 and 2B. RGB value is (185,7,43). Sum of RGB (Red+Green+Blue) = 185+7+43=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B9072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9072B is #46F8D4. Grayscale: #404040. Windows color (decimal): -4651221 or 2820025. OLE color: 2820025.

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

Color convert

RGB 185 7 43 -
CMYK 0 0.96 0.77 0.27
HSL 347.87º 0.93% 0.38% -
HSV(B) 347.87º 0.96% 0.73% -
XYZ 20.52 10.64 3.26 -
YUV 64.33 115.97 214.07 -
System Red Green Blue C M Y K H S L
Decimal 185 7 43 0 0.96 0.77 0.27 347.87 0.93 0.38
Hex B9 7 2B 0 60 4D 1B 15C 5D 26
Octal 271 7 53 0 140 115 33 534 135 46
Binary 10111001 111 101011 0 1100000 1001101 11011 101011100 1011101 100110

Color Harmonies of #B9072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9072B

Black with #B9072B

Text Example


Text Example

White with #B9072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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