#BD000E

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

Shades of Venetian Red #BD000E

Tints of Venetian Red #BD000E

Color information

#BD000E (or 0xBD000E) is unknown color: approx Venetian Red. HEX triplet: BD, 00 and 0E. RGB value is (189,0,14). Sum of RGB (Red+Green+Blue) = 189+0+14=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD000E is #42FFF1. Grayscale: #3A3A3A. Windows color (decimal): -4390898 or 917693. OLE color: 917693.

HSL color Cylindrical-coordinate representation of color #BD000E: hue angle of 355.56º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD000E is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB189014-
CMYK010.930.26
HSL355.56º100%37.06%-
HSV(B)355.56º100%74.12%-
XYZ21.0710.851.4-
YUV58.11103.12221.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 93.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=93.10%
G=0%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189014010.930.26355.5610037.06
HexBD0E0645D1A1646425
Octal27501601441353254414445
Binary1011110101110011001001011101110101011001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD000E; }

 p { color: rgb(189,0,14); }

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

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

 a { background-color: rgb(189,0,14); }

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

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

 span { border-color: rgb(189,0,14); }

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