#B5070C

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

Shades of Venetian Red #B5070C

Tints of Venetian Red #B5070C

Color information

#B5070C (or 0xB5070C) is unknown color: approx Venetian Red. HEX triplet: B5, 07 and 0C. RGB value is (181,7,12). Sum of RGB (Red+Green+Blue) = 181+7+12=200 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 181 - color contains mainly: red. Hex color #B5070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5070C is #4AF8F3. Grayscale: #3B3B3B. Windows color (decimal): -4913396 or 788405. OLE color: 788405.

HSL color Cylindrical-coordinate representation of color #B5070C: hue angle of 358.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5070C is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB181712-
CMYK00.960.930.29
HSL358.28º92.55%36.86%-
HSV(B)358.28º96.13%70.98%-
XYZ19.2101.27-
YUV59.6101.15214.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 90.5%
GREEN value IS 7 (3.12% from 255) = 3.5%
BLUE value IS 12 (5.08% from 255) = 6%
R=90.5%
G=3.5%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18171200.960.930.29358.2892.5536.86
HexB57C0605D1D1665d25
Octal26571401401353554613545
Binary101101011111100011000001011101111011011001101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5070C; }

 p { color: rgb(181,7,12); }

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

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

 a { background-color: rgb(181,7,12); }

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

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

 span { border-color: rgb(181,7,12); }

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