#BD0C1C

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

Shades of Venetian Red #BD0C1C

Tints of Venetian Red #BD0C1C

Color information

#BD0C1C (or 0xBD0C1C) is unknown color: approx Venetian Red. HEX triplet: BD, 0C and 1C. RGB value is (189,12,28). Sum of RGB (Red+Green+Blue) = 189+12+28=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C1C is #42F3E3. Grayscale: #424242. Windows color (decimal): -4387812 or 1838269. OLE color: 1838269.

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

Color convert

RGB1891228-
CMYK00.940.850.26
HSL354.58º88.06%39.41%-
HSV(B)354.58º93.65%74.12%-
XYZ21.3311.172.13-
YUV66.75106.14215.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 82.53%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 28 (11.33% from 255) = 12.23%
R=82.53%
G=5.24%
B=12.23%

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
Decimal189122800.940.850.26354.5888.0639.41
HexBDC1C05E551A1635827
Octal275143401361253254313047
Binary10111101110011100010111101010101110101011000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0C1C; }

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

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

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

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

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

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

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

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