#BD0613

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

Shades of Venetian Red #BD0613

Tints of Venetian Red #BD0613

Color information

#BD0613 (or 0xBD0613) is unknown color: approx Venetian Red. HEX triplet: BD, 06 and 13. RGB value is (189,6,19). Sum of RGB (Red+Green+Blue) = 189+6+19=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0613 is #42F9EC. Grayscale: #3E3E3E. Windows color (decimal): -4389357 or 1246909. OLE color: 1246909.

HSL color Cylindrical-coordinate representation of color #BD0613: hue angle of 355.74º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0613 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB189619-
CMYK00.970.900.26
HSL355.74º93.85%38.24%-
HSV(B)355.74º96.83%74.12%-
XYZ21.17111.62-
YUV62.2103.63218.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 88.32%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=88.32%
G=2.80%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18961900.970.900.26355.7493.8538.24
HexBD6130615A1A1645e26
Octal27562301411323254413646
Binary1011110111010011011000011011010110101011001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0613; }

 p { color: rgb(189,6,19); }

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

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

 a { background-color: rgb(189,6,19); }

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

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

 span { border-color: rgb(189,6,19); }

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