#B60A1E

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

Shades of Venetian Red #B60A1E

Tints of Venetian Red #B60A1E

Color information

#B60A1E (or 0xB60A1E) is unknown color: approx Venetian Red. HEX triplet: B6, 0A and 1E. RGB value is (182,10,30). Sum of RGB (Red+Green+Blue) = 182+10+30=222 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.98% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A1E is #49F5E1. Grayscale: #3F3F3F. Windows color (decimal): -4847074 or 1968822. OLE color: 1968822.

HSL color Cylindrical-coordinate representation of color #B60A1E: hue angle of 353.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A1E is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB1821030-
CMYK00.950.840.29
HSL353.02º89.58%37.65%-
HSV(B)353.02º94.51%71.37%-
XYZ19.6310.262.17-
YUV63.71108.98212.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.98%
GREEN value IS 10 (4.30% from 255) = 4.50%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=81.98%
G=4.50%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182103000.950.840.29353.0289.5837.65
HexB6A1E05F541D1615a26
Octal266123601371243554113246
Binary10110110101011110010111111010100111011011000011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60A1E; }

 p { color: rgb(182,10,30); }

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

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

 a { background-color: rgb(182,10,30); }

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

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

 span { border-color: rgb(182,10,30); }

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