#B4000D

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

Shades of Venetian Red #B4000D

Tints of Venetian Red #B4000D

Color information

#B4000D (or 0xB4000D) is unknown color: approx Venetian Red. HEX triplet: B4, 00 and 0D. RGB value is (180,0,13). Sum of RGB (Red+Green+Blue) = 180+0+13=193 (25% of max value = 765). Red value is 180 (70.70% from 255 or 93.26% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 180 - color contains mainly: red. Hex color #B4000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B4000D is #4BFFF2. Grayscale: #373737. Windows color (decimal): -4980723 or 852148. OLE color: 852148.

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

Color convert

RGB180013-
CMYK010.930.29
HSL355.67º100%35.29%-
HSV(B)355.67º100%70.59%-
XYZ18.99.731.26-
YUV55.3104.13216.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 93.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 6.74%
R=93.26%
G=0%
B=6.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180013010.930.29355.6710035.29
HexB40D0645D1D1646423
Octal26401501441353554414443
Binary1011010001101011001001011101111011011001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4000D; }

 p { color: rgb(180,0,13); }

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

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

 a { background-color: rgb(180,0,13); }

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

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

 span { border-color: rgb(180,0,13); }

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