#BD121A

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

Shades of Venetian Red #BD121A

Tints of Venetian Red #BD121A

Color information

#BD121A (or 0xBD121A) is unknown color: approx Venetian Red. HEX triplet: BD, 12 and 1A. RGB value is (189,18,26). Sum of RGB (Red+Green+Blue) = 189+18+26=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD121A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD121A is #42EDE5. Grayscale: #464646. Windows color (decimal): -4386278 or 1708733. OLE color: 1708733.

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

Color convert

RGB1891826-
CMYK00.900.860.26
HSL357.19º82.61%40.59%-
HSV(B)357.19º90.48%74.12%-
XYZ21.3911.332.04-
YUV70.04103.15212.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.12%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=81.12%
G=7.73%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189182600.900.860.26357.1982.6140.59
HexBD121A05A561A1655329
Octal275223201321263254512351
Binary101111011001011010010110101010110110101011001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD121A; }

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

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

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

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

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

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

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

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