#B6041B

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

Shades of Venetian Red #B6041B

Tints of Venetian Red #B6041B

Color information

#B6041B (or 0xB6041B) is unknown color: approx Venetian Red. HEX triplet: B6, 04 and 1B. RGB value is (182,4,27). Sum of RGB (Red+Green+Blue) = 182+4+27=213 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.45% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 182 - color contains mainly: red. Hex color #B6041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6041B is #49FBE4. Grayscale: #3B3B3B. Windows color (decimal): -4848613 or 1770678. OLE color: 1770678.

HSL color Cylindrical-coordinate representation of color #B6041B: hue angle of 352.25º degrees, saturation: 0.96, 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 #B6041B is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB182427-
CMYK00.980.850.29
HSL352.25º95.7%36.47%-
HSV(B)352.25º97.8%71.37%-
XYZ19.5310.111.96-
YUV59.84109.47215.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 85.45%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=85.45%
G=1.88%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18242700.980.850.29352.2595.736.47
HexB641B062551D1606024
Octal26643301421253554014044
Binary1011011010011011011000101010101111011011000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6041B; }

 p { color: rgb(182,4,27); }

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

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

 a { background-color: rgb(182,4,27); }

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

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

 span { border-color: rgb(182,4,27); }

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