#B8050F

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

Shades of Venetian Red #B8050F

Tints of Venetian Red #B8050F

Color information

#B8050F (or 0xB8050F) is unknown color: approx Venetian Red. HEX triplet: B8, 05 and 0F. RGB value is (184,5,15). Sum of RGB (Red+Green+Blue) = 184+5+15=204 (27% of max value = 765). Red value is 184 (72.27% from 255 or 90.20% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 184 - color contains mainly: red. Hex color #B8050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8050F is #47FAF0. Grayscale: #3B3B3B. Windows color (decimal): -4717297 or 984504. OLE color: 984504.

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

Color convert

RGB184515-
CMYK00.970.920.28
HSL356.65º94.71%37.06%-
HSV(B)356.65º97.28%72.16%-
XYZ19.9110.331.4-
YUV59.66102.8216.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 90.20%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 15 (6.25% from 255) = 7.35%
R=90.20%
G=2.45%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18451500.970.920.28356.6594.7137.06
HexB85F0615C1C1655f25
Octal27051701411343454513745
Binary101110001011111011000011011100111001011001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8050F; }

 p { color: rgb(184,5,15); }

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

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

 a { background-color: rgb(184,5,15); }

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

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

 span { border-color: rgb(184,5,15); }

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