#B10018

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

Shades of Venetian Red #B10018

Tints of Venetian Red #B10018

Color information

#B10018 (or 0xB10018) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 18. RGB value is (177,0,24). Sum of RGB (Red+Green+Blue) = 177+0+24=201 (26% of max value = 765). Red value is 177 (69.53% from 255 or 88.06% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 177 - color contains mainly: red. Hex color #B10018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10018 is #4EFFE7. Grayscale: #373737. Windows color (decimal): -5177320 or 1573041. OLE color: 1573041.

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

Color convert

RGB177024-
CMYK010.860.31
HSL351.86º100%34.71%-
HSV(B)351.86º100%69.41%-
XYZ18.39.411.72-
YUV55.66110.14214.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 88.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=88.06%
G=0%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177024010.860.31351.8610034.71
HexB1018064561F1606423
Octal26103001441263754014443
Binary10110001011000011001001010110111111011000001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10018; }

 p { color: rgb(177,0,24); }

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

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

 a { background-color: rgb(177,0,24); }

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

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

 span { border-color: rgb(177,0,24); }

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