#B60A1A

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

Shades of Venetian Red #B60A1A

Tints of Venetian Red #B60A1A

Color information

#B60A1A (or 0xB60A1A) is unknown color: approx Venetian Red. HEX triplet: B6, 0A and 1A. RGB value is (182,10,26). Sum of RGB (Red+Green+Blue) = 182+10+26=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60A1A is #49F5E5. Grayscale: #3F3F3F. Windows color (decimal): -4847078 or 1706678. OLE color: 1706678.

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

Color convert

RGB1821026-
CMYK00.950.860.29
HSL354.42º89.58%37.65%-
HSV(B)354.42º94.51%71.37%-
XYZ19.5910.241.92-
YUV63.25106.98212.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 83.49%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=83.49%
G=4.59%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182102600.950.860.29354.4289.5837.65
HexB6A1A05F561D1625a26
Octal266123201371263554213246
Binary10110110101011010010111111010110111011011000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60A1A; }

 p { color: rgb(182,10,26); }

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

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

 a { background-color: rgb(182,10,26); }

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

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

 span { border-color: rgb(182,10,26); }

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