#B6030D

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

Shades of Venetian Red #B6030D

Tints of Venetian Red #B6030D

Color information

#B6030D (or 0xB6030D) is unknown color: approx Venetian Red. HEX triplet: B6, 03 and 0D. RGB value is (182,3,13). Sum of RGB (Red+Green+Blue) = 182+3+13=198 (26% of max value = 765). Red value is 182 (71.48% from 255 or 91.92% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 182 - color contains mainly: red. Hex color #B6030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6030D is #49FCF2. Grayscale: #393939. Windows color (decimal): -4848883 or 852918. OLE color: 852918.

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

Color convert

RGB182313-
CMYK00.980.930.29
HSL356.65º96.76%36.27%-
HSV(B)356.65º98.35%71.37%-
XYZ19.410.041.3-
YUV57.66102.8216.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 91.92%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=91.92%
G=1.52%
B=6.57%

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
Decimal18231300.980.930.29356.6596.7636.27
HexB63D0625D1D1656124
Octal26631501421353554514144
Binary10110110111101011000101011101111011011001011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6030D; }

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

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

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

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

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

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

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

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