#BD0C1B

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

Shades of Venetian Red #BD0C1B

Tints of Venetian Red #BD0C1B

Color information

#BD0C1B (or 0xBD0C1B) is unknown color: approx Venetian Red. HEX triplet: BD, 0C and 1B. RGB value is (189,12,27). Sum of RGB (Red+Green+Blue) = 189+12+27=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C1B is #42F3E4. Grayscale: #424242. Windows color (decimal): -4387813 or 1772733. OLE color: 1772733.

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

Color convert

RGB1891227-
CMYK00.940.860.26
HSL354.92º88.06%39.41%-
HSV(B)354.92º93.65%74.12%-
XYZ21.3211.162.07-
YUV66.63105.64215.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 82.89%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=82.89%
G=5.26%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189122700.940.860.26354.9288.0639.41
HexBDC1B05E561A1635827
Octal275143301361263254313047
Binary10111101110011011010111101010110110101011000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0C1B; }

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

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

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

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

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

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

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

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