#B60F16

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

Shades of Venetian Red #B60F16

Tints of Venetian Red #B60F16

Color information

#B60F16 (or 0xB60F16) is unknown color: approx Venetian Red. HEX triplet: B6, 0F and 16. RGB value is (182,15,22). Sum of RGB (Red+Green+Blue) = 182+15+22=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60F16 is #49F0E9. Grayscale: #414141. Windows color (decimal): -4845802 or 1445814. OLE color: 1445814.

HSL color Cylindrical-coordinate representation of color #B60F16: hue angle of 357.49º 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 #B60F16 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1821522-
CMYK00.920.880.29
HSL357.49º84.77%38.63%-
HSV(B)357.49º91.76%71.37%-
XYZ19.6110.341.72-
YUV65.73103.33210.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 83.11%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=83.11%
G=6.85%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182152200.920.880.29357.4984.7738.63
HexB6F1605C581D1655527
Octal266172601341303554512547
Binary10110110111110110010111001011000111011011001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F16; }

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

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

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

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

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

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

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

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