#B10004

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

Shades of Venetian Red #B10004

Tints of Venetian Red #B10004

Color information

#B10004 (or 0xB10004) is unknown color: approx Venetian Red. HEX triplet: B1, 00 and 04. RGB value is (177,0,4). Sum of RGB (Red+Green+Blue) = 177+0+4=181 (23% of max value = 765). Red value is 177 (69.53% from 255 or 97.79% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 177 - color contains mainly: red. Hex color #B10004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B10004 is #4EFFFB. Grayscale: #353535. Windows color (decimal): -5177340 or 262321. OLE color: 262321.

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

Color convert

RGB17704-
CMYK010.980.31
HSL358.64º100%34.71%-
HSV(B)358.64º100%69.41%-
XYZ18.159.360.96-
YUV53.38100.14216.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 97.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=97.79%
G=0%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17704010.980.31358.6410034.71
HexB104064621F1676423
Octal2610401441423754714443
Binary101100010100011001001100010111111011001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10004; }

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

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

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

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

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

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

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

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