#B60305

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

Shades of Venetian Red #B60305

Tints of Venetian Red #B60305

Color information

#B60305 (or 0xB60305) is unknown color: approx Venetian Red. HEX triplet: B6, 03 and 05. RGB value is (182,3,5). Sum of RGB (Red+Green+Blue) = 182+3+5=190 (25% of max value = 765). Red value is 182 (71.48% from 255 or 95.79% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 5 (2.34% from 255 or 2.63% from 190); Max value from RGB is 182 - color contains mainly: red. Hex color #B60305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60305 is #49FCFA. Grayscale: #383838. Windows color (decimal): -4848891 or 328630. OLE color: 328630.

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

Color convert

RGB18235-
CMYK00.980.970.29
HSL359.33º96.76%36.27%-
HSV(B)359.33º98.35%71.37%-
XYZ19.3510.021.06-
YUV56.7598.8217.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 95.79%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 5 (2.34% from 255) = 2.63%
R=95.79%
G=1.58%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1823500.980.970.29359.3396.7636.27
HexB635062611D1676124
Octal2663501421413554714144
Binary1011011011101011000101100001111011011001111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60305; }

 p { color: rgb(182,3,5); }

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

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

 a { background-color: rgb(182,3,5); }

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

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

 span { border-color: rgb(182,3,5); }

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