#B6041C

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

Shades of Venetian Red #B6041C

Tints of Venetian Red #B6041C

Color information

#B6041C (or 0xB6041C) is unknown color: approx Venetian Red. HEX triplet: B6, 04 and 1C. RGB value is (182,4,28). Sum of RGB (Red+Green+Blue) = 182+4+28=214 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.05% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 182 - color contains mainly: red. Hex color #B6041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6041C is #49FBE3. Grayscale: #3C3C3C. Windows color (decimal): -4848612 or 1836214. OLE color: 1836214.

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

Color convert

RGB182428-
CMYK00.980.850.29
HSL351.91º95.7%36.47%-
HSV(B)351.91º97.8%71.37%-
XYZ19.5410.122.02-
YUV59.96109.97215.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 85.05%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=85.05%
G=1.87%
B=13.08%

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
Decimal18242800.980.850.29351.9195.736.47
HexB641C062551D1606024
Octal26643401421253554014044
Binary1011011010011100011000101010101111011011000001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6041C; }

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

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

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

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

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

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

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

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