#B6050F

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

Shades of Venetian Red #B6050F

Tints of Venetian Red #B6050F

Color information

#B6050F (or 0xB6050F) is unknown color: approx Venetian Red. HEX triplet: B6, 05 and 0F. RGB value is (182,5,15). Sum of RGB (Red+Green+Blue) = 182+5+15=202 (26% of max value = 765). Red value is 182 (71.48% from 255 or 90.10% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 15 (6.25% from 255 or 7.43% from 202); Max value from RGB is 182 - color contains mainly: red. Hex color #B6050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6050F is #49FAF0. Grayscale: #3B3B3B. Windows color (decimal): -4848369 or 984502. OLE color: 984502.

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

Color convert

RGB182515-
CMYK00.970.920.29
HSL356.61º94.65%36.67%-
HSV(B)356.61º97.25%71.37%-
XYZ19.4310.091.37-
YUV59.06103.14215.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 90.10%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 15 (6.25% from 255) = 7.43%
R=90.10%
G=2.48%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18251500.970.920.29356.6194.6536.67
HexB65F0615C1D1655f25
Octal26651701411343554513745
Binary101101101011111011000011011100111011011001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6050F; }

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

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

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

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

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

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

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

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