#B8061C

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

Shades of Venetian Red #B8061C

Tints of Venetian Red #B8061C

Color information

#B8061C (or 0xB8061C) is unknown color: approx Venetian Red. HEX triplet: B8, 06 and 1C. RGB value is (184,6,28). Sum of RGB (Red+Green+Blue) = 184+6+28=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B8061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8061C is #47F9E3. Grayscale: #3D3D3D. Windows color (decimal): -4717028 or 1836728. OLE color: 1836728.

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

Color convert

RGB184628-
CMYK00.970.850.28
HSL352.58º93.68%37.25%-
HSV(B)352.58º96.74%72.16%-
XYZ20.0410.42.05-
YUV61.73108.97215.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 84.40%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 28 (11.33% from 255) = 12.84%
R=84.40%
G=2.75%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18462800.970.850.28352.5893.6837.25
HexB861C061551C1615e25
Octal27063401411253454113645
Binary1011100011011100011000011010101111001011000011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8061C; }

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

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

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

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

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

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

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

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