#B8061D

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

Shades of Venetian Red #B8061D

Tints of Venetian Red #B8061D

Color information

#B8061D (or 0xB8061D) is unknown color: approx Venetian Red. HEX triplet: B8, 06 and 1D. RGB value is (184,6,29). Sum of RGB (Red+Green+Blue) = 184+6+29=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B8061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8061D is #47F9E2. Grayscale: #3D3D3D. Windows color (decimal): -4717027 or 1902264. OLE color: 1902264.

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

Color convert

RGB184629-
CMYK00.970.840.28
HSL352.25º93.68%37.25%-
HSV(B)352.25º96.74%72.16%-
XYZ20.0510.412.11-
YUV61.84109.47215.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.02%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 29 (11.72% from 255) = 13.24%
R=84.02%
G=2.74%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18462900.970.840.28352.2593.6837.25
HexB861D061541C1605e25
Octal27063501411243454013645
Binary1011100011011101011000011010100111001011000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8061D; }

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

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

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

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

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

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

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

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