#BD040B

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

Shades of Venetian Red #BD040B

Tints of Venetian Red #BD040B

Color information

#BD040B (or 0xBD040B) is unknown color: approx Venetian Red. HEX triplet: BD, 04 and 0B. RGB value is (189,4,11). Sum of RGB (Red+Green+Blue) = 189+4+11=204 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.65% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 189 - color contains mainly: red. Hex color #BD040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD040B is #42FBF4. Grayscale: #3C3C3C. Windows color (decimal): -4389877 or 722109. OLE color: 722109.

HSL color Cylindrical-coordinate representation of color #BD040B: hue angle of 357.73º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB189411-
CMYK00.980.940.26
HSL357.73º95.85%37.84%-
HSV(B)357.73º97.88%74.12%-
XYZ21.0910.931.31-
YUV60.11100.29219.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 92.65%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=92.65%
G=1.96%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18941100.980.940.26357.7395.8537.84
HexBD4B0625E1A1666026
Octal27541301421363254614046
Binary101111011001011011000101011110110101011001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD040B; }

 p { color: rgb(189,4,11); }

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

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

 a { background-color: rgb(189,4,11); }

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

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

 span { border-color: rgb(189,4,11); }

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