#BD0C1E

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

Shades of Venetian Red #BD0C1E

Tints of Venetian Red #BD0C1E

Color information

#BD0C1E (or 0xBD0C1E) is unknown color: approx Venetian Red. HEX triplet: BD, 0C and 1E. RGB value is (189,12,30). Sum of RGB (Red+Green+Blue) = 189+12+30=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C1E is #42F3E1. Grayscale: #434343. Windows color (decimal): -4387810 or 1969341. OLE color: 1969341.

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

Color convert

RGB1891230-
CMYK00.940.840.26
HSL353.9º88.06%39.41%-
HSV(B)353.9º93.65%74.12%-
XYZ21.3511.182.26-
YUV66.97107.14215.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.82%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=81.82%
G=5.19%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189123000.940.840.26353.988.0639.41
HexBDC1E05E541A1625827
Octal275143601361243254213047
Binary10111101110011110010111101010100110101011000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0C1E; }

 p { color: rgb(189,12,30); }

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

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

 a { background-color: rgb(189,12,30); }

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

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

 span { border-color: rgb(189,12,30); }

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