#BD0612

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

Shades of Venetian Red #BD0612

Tints of Venetian Red #BD0612

Color information

#BD0612 (or 0xBD0612) is unknown color: approx Venetian Red. HEX triplet: BD, 06 and 12. RGB value is (189,6,18). Sum of RGB (Red+Green+Blue) = 189+6+18=213 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.73% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0612 is #42F9ED. Grayscale: #3E3E3E. Windows color (decimal): -4389358 or 1181373. OLE color: 1181373.

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

Color convert

RGB189618-
CMYK00.970.900.26
HSL356.07º93.85%38.24%-
HSV(B)356.07º96.83%74.12%-
XYZ21.1610.991.58-
YUV62.08103.13218.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 88.73%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=88.73%
G=2.82%
B=8.45%

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
Decimal18961800.970.900.26356.0793.8538.24
HexBD6120615A1A1645e26
Octal27562201411323254413646
Binary1011110111010010011000011011010110101011001001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0612; }

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

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

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

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

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

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

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

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