#BD0C1D

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

Shades of Venetian Red #BD0C1D

Tints of Venetian Red #BD0C1D

Color information

#BD0C1D (or 0xBD0C1D) is unknown color: approx Venetian Red. HEX triplet: BD, 0C and 1D. RGB value is (189,12,29). Sum of RGB (Red+Green+Blue) = 189+12+29=230 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.17% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C1D is #42F3E2. Grayscale: #424242. Windows color (decimal): -4387811 or 1903805. OLE color: 1903805.

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

Color convert

RGB1891229-
CMYK00.940.850.26
HSL354.24º88.06%39.41%-
HSV(B)354.24º93.65%74.12%-
XYZ21.3411.172.19-
YUV66.86106.64215.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 82.17%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 29 (11.72% from 255) = 12.61%
R=82.17%
G=5.22%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189122900.940.850.26354.2488.0639.41
HexBDC1D05E551A1625827
Octal275143501361253254213047
Binary10111101110011101010111101010101110101011000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0C1D; }

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

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

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

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

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

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

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

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