Html Css Color HEX #B8071F Venetian Red

📋 copy color: '#B8071F'

red 184 ◦ green 7 ◦ blue 31

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

Shades of Venetian Red #B8071F

Tints of Venetian Red #B8071F

RGB

 RED value IS 184 (72.27% from 255) = 82.88%

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

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

R = 82.88%
G = 3.15%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8071F (or 0xB8071F) is known color: Venetian Red. HEX triplet: B8, 07 and 1F. RGB value is (184,7,31). Sum of RGB (Red+Green+Blue) = 184+7+31=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B8071F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8071F is #47F8E0. Grayscale: #3E3E3E. Windows color (decimal): -4716769 or 2033592. OLE color: 2033592.

HSL color Cylindrical-coordinate representation of color #B8071F: hue angle of 351.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8071F is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 7 31 -
CMYK 0 0.96 0.83 0.28
HSL 351.86º 0.93% 0.37% -
HSV(B) 351.86º 0.96% 0.72% -
XYZ 20.09 10.44 2.25 -
YUV 62.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 184 7 31 0 0.96 0.83 0.28 351.86 0.93 0.37
Hex B8 7 1F 0 60 53 1C 160 5D 25
Octal 270 7 37 0 140 123 34 540 135 45
Binary 10111000 111 11111 0 1100000 1010011 11100 101100000 1011101 100101

Color Harmonies of #B8071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8071F

Black with #B8071F

Text Example


Text Example

White with #B8071F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8071F; }

 p { color: rgb(184,7,31); }

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

background-color css

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

 a { background-color: rgb(184,7,31); }

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

border-color css

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

 span { border-color: rgb(184,7,31); }

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