#B8061F

Color #B8061F Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B8061F

Tints of Venetian Red #B8061F

Color information

#B8061F (or 0xB8061F) is unknown color: approx Venetian Red. HEX triplet: B8, 06 and 1F. RGB value is (184,6,31). Sum of RGB (Red+Green+Blue) = 184+6+31=221 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.26% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 184 - color contains mainly: red. Hex color #B8061F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8061F is #47F9E0. Grayscale: #3E3E3E. Windows color (decimal): -4717025 or 2033336. OLE color: 2033336.

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

Color convert

RGB184631-
CMYK00.970.830.28
HSL351.57º93.68%37.25%-
HSV(B)351.57º96.74%72.16%-
XYZ20.0810.422.25-
YUV62.07110.47214.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 83.26%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 31 (12.5% from 255) = 14.03%
R=83.26%
G=2.71%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18463100.970.830.28351.5793.6837.25
HexB861F061531C1605e25
Octal27063701411233454013645
Binary1011100011011111011000011010011111001011000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8061F; }

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

 H1.HeaderClassName
 {
   color: #B8061F;
 }
 .AnyTagClassName
 {
   color: #B8061F;
 }
</style>
background-color css

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

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

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

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

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

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