#BD0A0F

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

Shades of Venetian Red #BD0A0F

Tints of Venetian Red #BD0A0F

Color information

#BD0A0F (or 0xBD0A0F) is unknown color: approx Venetian Red. HEX triplet: BD, 0A and 0F. RGB value is (189,10,15). Sum of RGB (Red+Green+Blue) = 189+10+15=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0A0F is #42F5F0. Grayscale: #404040. Windows color (decimal): -4388337 or 985789. OLE color: 985789.

HSL color Cylindrical-coordinate representation of color #BD0A0F: hue angle of 358.32º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0A0F is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB1891015-
CMYK00.950.920.26
HSL358.32º89.95%39.02%-
HSV(B)358.32º94.71%74.12%-
XYZ21.1811.071.47-
YUV64.09100.3217.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 88.32%
GREEN value IS 10 (4.30% from 255) = 4.67%
BLUE value IS 15 (6.25% from 255) = 7.01%
R=88.32%
G=4.67%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189101500.950.920.26358.3289.9539.02
HexBDAF05F5C1A1665a27
Octal275121701371343254613247
Binary1011110110101111010111111011100110101011001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0A0F; }

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

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

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

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

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

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

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

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