#B5010E

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

Shades of Venetian Red #B5010E

Tints of Venetian Red #B5010E

Color information

#B5010E (or 0xB5010E) is unknown color: approx Venetian Red. HEX triplet: B5, 01 and 0E. RGB value is (181,1,14). Sum of RGB (Red+Green+Blue) = 181+1+14=196 (25% of max value = 765). Red value is 181 (71.09% from 255 or 92.35% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 181 - color contains mainly: red. Hex color #B5010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B5010E is #4AFEF1. Grayscale: #383838. Windows color (decimal): -4914930 or 917941. OLE color: 917941.

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

Color convert

RGB181114-
CMYK00.990.920.29
HSL355.67º98.9%35.69%-
HSV(B)355.67º99.45%70.98%-
XYZ19.159.881.31-
YUV56.3104.13216.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 92.35%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 14 (5.86% from 255) = 7.14%
R=92.35%
G=0.51%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111400.990.920.29355.6798.935.69
HexB51E0635C1D1646324
Octal26511601431343554414344
Binary1011010111110011000111011100111011011001001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5010E; }

 p { color: rgb(181,1,14); }

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

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

 a { background-color: rgb(181,1,14); }

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

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

 span { border-color: rgb(181,1,14); }

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