#B60026

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

Shades of Venetian Red #B60026

Tints of Venetian Red #B60026

Color information

#B60026 (or 0xB60026) is unknown color: approx Venetian Red. HEX triplet: B6, 00 and 26. RGB value is (182,0,38). Sum of RGB (Red+Green+Blue) = 182+0+38=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B60026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60026 is #49FFD9. Grayscale: #3A3A3A. Windows color (decimal): -4849626 or 2490550. OLE color: 2490550.

HSL color Cylindrical-coordinate representation of color #B60026: hue angle of 347.47º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60026 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB182038-
CMYK010.790.29
HSL347.47º100%35.69%-
HSV(B)347.47º100%71.37%-
XYZ19.6410.092.75-
YUV58.75116.3215.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 82.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=82.73%
G=0%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182038010.790.29347.4710035.69
HexB60260644F1D15b6424
Octal26604601441173553314444
Binary101101100100110011001001001111111011010110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60026; }

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

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

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

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

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

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

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

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