#B5001C

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

Shades of Venetian Red #B5001C

Tints of Venetian Red #B5001C

Color information

#B5001C (or 0xB5001C) is unknown color: approx Venetian Red. HEX triplet: B5, 00 and 1C. RGB value is (181,0,28). Sum of RGB (Red+Green+Blue) = 181+0+28=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B5001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5001C is #4AFFE3. Grayscale: #393939. Windows color (decimal): -4915172 or 1835189. OLE color: 1835189.

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

Color convert

RGB181028-
CMYK010.850.29
HSL350.72º100%35.49%-
HSV(B)350.72º100%70.98%-
XYZ19.279.912-
YUV57.31111.47216.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 86.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 13.40%
R=86.60%
G=0%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181028010.850.29350.7210035.49
HexB501C064551D15f6423
Octal26503401441253553714443
Binary10110101011100011001001010101111011010111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5001C; }

 p { color: rgb(181,0,28); }

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

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

 a { background-color: rgb(181,0,28); }

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

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

 span { border-color: rgb(181,0,28); }

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