#B6030C

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

Shades of Venetian Red #B6030C

Tints of Venetian Red #B6030C

Color information

#B6030C (or 0xB6030C) is unknown color: approx Venetian Red. HEX triplet: B6, 03 and 0C. RGB value is (182,3,12). Sum of RGB (Red+Green+Blue) = 182+3+12=197 (26% of max value = 765). Red value is 182 (71.48% from 255 or 92.39% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 182 - color contains mainly: red. Hex color #B6030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6030C is #49FCF3. Grayscale: #393939. Windows color (decimal): -4848884 or 787382. OLE color: 787382.

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

Color convert

RGB182312-
CMYK00.980.930.29
HSL356.98º96.76%36.27%-
HSV(B)356.98º98.35%71.37%-
XYZ19.3910.041.26-
YUV57.55102.3216.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 92.39%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=92.39%
G=1.52%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18231200.980.930.29356.9896.7636.27
HexB63C0625D1D1656124
Octal26631401421353554514144
Binary10110110111100011000101011101111011011001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6030C; }

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

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

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

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

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

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

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

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