#BD0003

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

Shades of Venetian Red #BD0003

Tints of Venetian Red #BD0003

Color information

#BD0003 (or 0xBD0003) is unknown color: approx Venetian Red. HEX triplet: BD, 00 and 03. RGB value is (189,0,3). Sum of RGB (Red+Green+Blue) = 189+0+3=192 (25% of max value = 765). Red value is 189 (74.22% from 255 or 98.44% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0003 is #42FFFC. Grayscale: #393939. Windows color (decimal): -4390909 or 196797. OLE color: 196797.

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

Color convert

RGB18903-
CMYK010.980.26
HSL359.05º100%37.06%-
HSV(B)359.05º100%74.12%-
XYZ2110.831.07-
YUV56.8597.62222.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 98.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 1.56%
R=98.44%
G=0%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18903010.980.26359.0510037.06
HexBD03064621A1676425
Octal2750301441423254714445
Binary10111101011011001001100010110101011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0003; }

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

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

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

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

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

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

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

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