Html Css Color HEX #B9071D Venetian Red

📋 copy color: '#B9071D'

red 185 ◦ green 7 ◦ blue 29

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

Shades of Venetian Red #B9071D

Tints of Venetian Red #B9071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 83.71%
G = 3.17%
B = 13.12%

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

#B9071D (or 0xB9071D) is known color: Venetian Red. HEX triplet: B9, 07 and 1D. RGB value is (185,7,29). Sum of RGB (Red+Green+Blue) = 185+7+29=221 (29% of max value = 765). Red value is 185 (72.66% from 255 or 83.71% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 185 - color contains mainly: red. Hex color #B9071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9071D is #46F8E2. Grayscale: #3E3E3E. Windows color (decimal): -4651235 or 1902521. OLE color: 1902521.

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

Color convert

RGB 185 7 29 -
CMYK 0 0.96 0.84 0.27
HSL 352.58º 0.93% 0.38% -
HSV(B) 352.58º 0.96% 0.73% -
XYZ 20.31 10.55 2.13 -
YUV 62.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 185 7 29 0 0.96 0.84 0.27 352.58 0.93 0.38
Hex B9 7 1D 0 60 54 1B 161 5D 26
Octal 271 7 35 0 140 124 33 541 135 46
Binary 10111001 111 11101 0 1100000 1010100 11011 101100001 1011101 100110

Color Harmonies of #B9071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9071D

Black with #B9071D

Text Example


Text Example

White with #B9071D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9071D; }

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

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

background-color css

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

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

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

border-color css

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

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

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