#BD051E

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

Shades of Venetian Red #BD051E

Tints of Venetian Red #BD051E

Color information

#BD051E (or 0xBD051E) is unknown color: approx Venetian Red. HEX triplet: BD, 05 and 1E. RGB value is (189,5,30). Sum of RGB (Red+Green+Blue) = 189+5+30=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD051E is #42FAE1. Grayscale: #3E3E3E. Windows color (decimal): -4389602 or 1967549. OLE color: 1967549.

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

Color convert

RGB189530-
CMYK00.970.840.26
HSL351.85º94.85%38.04%-
HSV(B)351.85º97.35%74.12%-
XYZ21.2711.022.23-
YUV62.87109.46217.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 84.38%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=84.38%
G=2.23%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18953000.970.840.26351.8594.8538.04
HexBD51E061541A1605f26
Octal27553601411243254013746
Binary1011110110111110011000011010100110101011000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD051E; }

 p { color: rgb(189,5,30); }

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

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

 a { background-color: rgb(189,5,30); }

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

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

 span { border-color: rgb(189,5,30); }

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