#B60823

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

Shades of Venetian Red #B60823

Tints of Venetian Red #B60823

Color information

#B60823 (or 0xB60823) is unknown color: approx Venetian Red. HEX triplet: B6, 08 and 23. RGB value is (182,8,35). Sum of RGB (Red+Green+Blue) = 182+8+35=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B60823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60823 is #49F7DC. Grayscale: #3F3F3F. Windows color (decimal): -4847581 or 2295990. OLE color: 2295990.

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

Color convert

RGB182835-
CMYK00.960.810.29
HSL350.69º91.58%37.25%-
HSV(B)350.69º95.6%71.37%-
XYZ19.6810.242.53-
YUV63.1112.15212.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 80.89%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=80.89%
G=3.56%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18283500.960.810.29350.6991.5837.25
HexB6823060511D15f5c25
Octal266104301401213553713445
Binary101101101000100011011000001010001111011010111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60823; }

 p { color: rgb(182,8,35); }

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

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

 a { background-color: rgb(182,8,35); }

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

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

 span { border-color: rgb(182,8,35); }

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