#B6030E

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

Shades of Venetian Red #B6030E

Tints of Venetian Red #B6030E

Color information

#B6030E (or 0xB6030E) is unknown color: approx Venetian Red. HEX triplet: B6, 03 and 0E. RGB value is (182,3,14). Sum of RGB (Red+Green+Blue) = 182+3+14=199 (26% of max value = 765). Red value is 182 (71.48% from 255 or 91.46% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 182 - color contains mainly: red. Hex color #B6030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6030E is #49FCF1. Grayscale: #393939. Windows color (decimal): -4848882 or 918454. OLE color: 918454.

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

Color convert

RGB182314-
CMYK00.980.920.29
HSL356.31º96.76%36.27%-
HSV(B)356.31º98.35%71.37%-
XYZ19.410.041.33-
YUV57.78103.3216.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 91.46%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 14 (5.86% from 255) = 7.04%
R=91.46%
G=1.51%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18231400.980.920.29356.3196.7636.27
HexB63E0625C1D1646124
Octal26631601421343554414144
Binary10110110111110011000101011100111011011001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6030E; }

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

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

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

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

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

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

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

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