#B60C26

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

Shades of Venetian Red #B60C26

Tints of Venetian Red #B60C26

Color information

#B60C26 (or 0xB60C26) is unknown color: approx Venetian Red. HEX triplet: B6, 0C and 26. RGB value is (182,12,38). Sum of RGB (Red+Green+Blue) = 182+12+38=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60C26 is #49F3D9. Grayscale: #414141. Windows color (decimal): -4846554 or 2493622. OLE color: 2493622.

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

Color convert

RGB1821238-
CMYK00.930.790.29
HSL350.82º87.63%38.04%-
HSV(B)350.82º93.41%71.37%-
XYZ19.7710.352.79-
YUV65.79112.32210.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 78.45%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=78.45%
G=5.17%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182123800.930.790.29350.8287.6338.04
HexB6C2605D4F1D15f5826
Octal266144601351173553713046
Binary101101101100100110010111011001111111011010111111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C26; }

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

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

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

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

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

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

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

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