#B60F10

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

Shades of Venetian Red #B60F10

Tints of Venetian Red #B60F10

Color information

#B60F10 (or 0xB60F10) is unknown color: approx Venetian Red. HEX triplet: B6, 0F and 10. RGB value is (182,15,16). Sum of RGB (Red+Green+Blue) = 182+15+16=213 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.45% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60F10 is #49F0EF. Grayscale: #414141. Windows color (decimal): -4845808 or 1052598. OLE color: 1052598.

HSL color Cylindrical-coordinate representation of color #B60F10: hue angle of 359.64º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F10 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1821516-
CMYK00.920.910.29
HSL359.64º84.77%38.63%-
HSV(B)359.64º91.76%71.37%-
XYZ19.5610.321.45-
YUV65.05100.33211.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 85.45%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=85.45%
G=7.04%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182151600.920.910.29359.6484.7738.63
HexB6F1005C5B1D1685527
Octal266172001341333555012547
Binary10110110111110000010111001011011111011011010001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F10; }

 p { color: rgb(182,15,16); }

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

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

 a { background-color: rgb(182,15,16); }

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

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

 span { border-color: rgb(182,15,16); }

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