#B60B1C

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

Shades of Venetian Red #B60B1C

Tints of Venetian Red #B60B1C

Color information

#B60B1C (or 0xB60B1C) is unknown color: approx Venetian Red. HEX triplet: B6, 0B and 1C. RGB value is (182,11,28). Sum of RGB (Red+Green+Blue) = 182+11+28=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60B1C is #49F4E3. Grayscale: #404040. Windows color (decimal): -4846820 or 1838006. OLE color: 1838006.

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

Color convert

RGB1821128-
CMYK00.940.850.29
HSL354.04º88.6%37.84%-
HSV(B)354.04º93.96%71.37%-
XYZ19.6210.272.05-
YUV64.07107.65212.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.35%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 28 (11.33% from 255) = 12.67%
R=82.35%
G=4.98%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182112800.940.850.29354.0488.637.84
HexB6B1C05E551D1625926
Octal266133401361253554213146
Binary10110110101111100010111101010101111011011000101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60B1C; }

 p { color: rgb(182,11,28); }

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

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

 a { background-color: rgb(182,11,28); }

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

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

 span { border-color: rgb(182,11,28); }

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