Html Css Color HEX #B8071B Venetian Red

📋 copy color: '#B8071B'

red 184 ◦ green 7 ◦ blue 27

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

Shades of Venetian Red #B8071B

Tints of Venetian Red #B8071B

RGB

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

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

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

R = 84.4%
G = 3.21%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8071B (or 0xB8071B) is known color: Venetian Red. HEX triplet: B8, 07 and 1B. RGB value is (184,7,27). Sum of RGB (Red+Green+Blue) = 184+7+27=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8071B is #47F8E4. Grayscale: #3E3E3E. Windows color (decimal): -4716773 or 1771448. OLE color: 1771448.

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

Color convert

RGB 184 7 27 -
CMYK 0 0.96 0.85 0.28
HSL 353.22º 0.93% 0.37% -
HSV(B) 353.22º 0.96% 0.72% -
XYZ 20.04 10.42 1.99 -
YUV 62.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 184 7 27 0 0.96 0.85 0.28 353.22 0.93 0.37
Hex B8 7 1B 0 60 55 1C 161 5D 25
Octal 270 7 33 0 140 125 34 541 135 45
Binary 10111000 111 11011 0 1100000 1010101 11100 101100001 1011101 100101

Color Harmonies of #B8071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8071B

Black with #B8071B

Text Example


Text Example

White with #B8071B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8071B; }

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

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

background-color css

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

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

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

border-color css

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

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

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