#BD121C

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

Shades of Venetian Red #BD121C

Tints of Venetian Red #BD121C

Color information

#BD121C (or 0xBD121C) is unknown color: approx Venetian Red. HEX triplet: BD, 12 and 1C. RGB value is (189,18,28). Sum of RGB (Red+Green+Blue) = 189+18+28=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD121C is #42EDE3. Grayscale: #464646. Windows color (decimal): -4386276 or 1839805. OLE color: 1839805.

HSL color Cylindrical-coordinate representation of color #BD121C: hue angle of 356.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD121C is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1891828-
CMYK00.900.850.26
HSL356.49º82.61%40.59%-
HSV(B)356.49º90.48%74.12%-
XYZ21.4111.342.16-
YUV70.27104.15212.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.43%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=80.43%
G=7.66%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189182800.900.850.26356.4982.6140.59
HexBD121C05A551A1645329
Octal275223401321253254412351
Binary101111011001011100010110101010101110101011001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD121C; }

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

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

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

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

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

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

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

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