#B60C28

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

Shades of Venetian Red #B60C28

Tints of Venetian Red #B60C28

Color information

#B60C28 (or 0xB60C28) is unknown color: approx Venetian Red. HEX triplet: B6, 0C and 28. RGB value is (182,12,40). Sum of RGB (Red+Green+Blue) = 182+12+40=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C28 is #49F3D7. Grayscale: #424242. Windows color (decimal): -4846552 or 2624694. OLE color: 2624694.

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

Color convert

RGB1821240-
CMYK00.930.780.29
HSL350.12º87.63%38.04%-
HSV(B)350.12º93.41%71.37%-
XYZ19.8110.362.96-
YUV66.02113.32210.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 77.78%
GREEN value IS 12 (5.08% from 255) = 5.13%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=77.78%
G=5.13%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182124000.930.780.29350.1287.6338.04
HexB6C2805D4E1D15e5826
Octal266145001351163553613046
Binary101101101100101000010111011001110111011010111101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C28; }

 p { color: rgb(182,12,40); }

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

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

 a { background-color: rgb(182,12,40); }

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

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

 span { border-color: rgb(182,12,40); }

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