#B60C1E

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

Shades of Venetian Red #B60C1E

Tints of Venetian Red #B60C1E

Color information

#B60C1E (or 0xB60C1E) is unknown color: approx Venetian Red. HEX triplet: B6, 0C and 1E. RGB value is (182,12,30). Sum of RGB (Red+Green+Blue) = 182+12+30=224 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.25% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C1E is #49F3E1. Grayscale: #404040. Windows color (decimal): -4846562 or 1969334. OLE color: 1969334.

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

Color convert

RGB1821230-
CMYK00.930.840.29
HSL353.65º87.63%38.04%-
HSV(B)353.65º93.41%71.37%-
XYZ19.6610.32.18-
YUV64.88108.32211.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.25%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=81.25%
G=5.36%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182123000.930.840.29353.6587.6338.04
HexB6C1E05D541D1625826
Octal266143601351243554213046
Binary10110110110011110010111011010100111011011000101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C1E; }

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

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

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

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

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

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

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

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