#B8010D

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

Shades of Venetian Red #B8010D

Tints of Venetian Red #B8010D

Color information

#B8010D (or 0xB8010D) is unknown color: approx Venetian Red. HEX triplet: B8, 01 and 0D. RGB value is (184,1,13). Sum of RGB (Red+Green+Blue) = 184+1+13=198 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.93% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 184 - color contains mainly: red. Hex color #B8010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8010D is #47FEF2. Grayscale: #393939. Windows color (decimal): -4718323 or 852408. OLE color: 852408.

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

Color convert

RGB184113-
CMYK00.990.930.28
HSL356.07º98.92%36.27%-
HSV(B)356.07º99.46%72.16%-
XYZ19.8510.241.31-
YUV57.08103.13218.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 92.93%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=92.93%
G=0.51%
B=6.57%

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
Decimal18411300.990.930.28356.0798.9236.27
HexB81D0635D1C1646324
Octal27011501431353454414344
Binary1011100011101011000111011101111001011001001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8010D; }

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

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

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

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

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

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

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

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