#B8010C

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

Shades of Venetian Red #B8010C

Tints of Venetian Red #B8010C

Color information

#B8010C (or 0xB8010C) is unknown color: approx Venetian Red. HEX triplet: B8, 01 and 0C. RGB value is (184,1,12). Sum of RGB (Red+Green+Blue) = 184+1+12=197 (26% of max value = 765). Red value is 184 (72.27% from 255 or 93.40% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 184 - color contains mainly: red. Hex color #B8010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8010C is #47FEF3. Grayscale: #393939. Windows color (decimal): -4718324 or 786872. OLE color: 786872.

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

Color convert

RGB184112-
CMYK00.990.930.28
HSL356.39º98.92%36.27%-
HSV(B)356.39º99.46%72.16%-
XYZ19.8410.241.28-
YUV56.97102.63218.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 93.40%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=93.40%
G=0.51%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411200.990.930.28356.3998.9236.27
HexB81C0635D1C1646324
Octal27011401431353454414344
Binary1011100011100011000111011101111001011001001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8010C; }

 p { color: rgb(184,1,12); }

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

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

 a { background-color: rgb(184,1,12); }

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

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

 span { border-color: rgb(184,1,12); }

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