#B8030C

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

Shades of Venetian Red #B8030C

Tints of Venetian Red #B8030C

Color information

#B8030C (or 0xB8030C) is unknown color: approx Venetian Red. HEX triplet: B8, 03 and 0C. RGB value is (184,3,12). Sum of RGB (Red+Green+Blue) = 184+3+12=199 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.46% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 184 - color contains mainly: red. Hex color #B8030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8030C is #47FCF3. Grayscale: #3A3A3A. Windows color (decimal): -4717812 or 787384. OLE color: 787384.

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

Color convert

RGB184312-
CMYK00.980.930.28
HSL357.02º96.79%36.67%-
HSV(B)357.02º98.37%72.16%-
XYZ19.8710.281.29-
YUV58.14101.97217.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 92.46%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=92.46%
G=1.51%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18431200.980.930.28357.0296.7936.67
HexB83C0625D1C1656125
Octal27031401421353454514145
Binary10111000111100011000101011101111001011001011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8030C; }

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

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

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

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

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

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

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

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