#BD040A

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

Shades of Venetian Red #BD040A

Tints of Venetian Red #BD040A

Color information

#BD040A (or 0xBD040A) is unknown color: approx Venetian Red. HEX triplet: BD, 04 and 0A. RGB value is (189,4,10). Sum of RGB (Red+Green+Blue) = 189+4+10=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD040A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD040A is #42FBF5. Grayscale: #3C3C3C. Windows color (decimal): -4389878 or 656573. OLE color: 656573.

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

Color convert

RGB189410-
CMYK00.980.950.26
HSL358.05º95.85%37.84%-
HSV(B)358.05º97.88%74.12%-
XYZ21.0810.931.29-
YUV6099.79220.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 93.10%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 10 (4.30% from 255) = 4.93%
R=93.10%
G=1.97%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18941000.980.950.26358.0595.8537.84
HexBD4A0625F1A1666026
Octal27541201421373254614046
Binary101111011001010011000101011111110101011001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD040A; }

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

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

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

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

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

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

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

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