#B60924

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

Shades of Venetian Red #B60924

Tints of Venetian Red #B60924

Color information

#B60924 (or 0xB60924) is unknown color: approx Venetian Red. HEX triplet: B6, 09 and 24. RGB value is (182,9,36). Sum of RGB (Red+Green+Blue) = 182+9+36=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B60924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60924 is #49F6DB. Grayscale: #3F3F3F. Windows color (decimal): -4847324 or 2361782. OLE color: 2361782.

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

Color convert

RGB182936-
CMYK00.950.800.29
HSL350.64º90.58%37.45%-
HSV(B)350.64º95.05%71.37%-
XYZ19.7110.272.61-
YUV63.8112.31212.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.18%
GREEN value IS 9 (3.91% from 255) = 3.96%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=80.18%
G=3.96%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18293600.950.800.29350.6490.5837.45
HexB692405F501D15f5b25
Octal266114401371203553713345
Binary101101101001100100010111111010000111011010111111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60924; }

 p { color: rgb(182,9,36); }

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

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

 a { background-color: rgb(182,9,36); }

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

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

 span { border-color: rgb(182,9,36); }

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