#BD0B27

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

Shades of Venetian Red #BD0B27

Tints of Venetian Red #BD0B27

Color information

#BD0B27 (or 0xBD0B27) is unknown color: approx Venetian Red. HEX triplet: BD, 0B and 27. RGB value is (189,11,39). Sum of RGB (Red+Green+Blue) = 189+11+39=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B27 is #42F4D8. Grayscale: #434343. Windows color (decimal): -4388057 or 2558909. OLE color: 2558909.

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

Color convert

RGB1891139-
CMYK00.940.790.26
HSL350.56º89%39.22%-
HSV(B)350.56º94.18%74.12%-
XYZ21.4711.22.95-
YUV67.41111.97214.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.08%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=79.08%
G=4.60%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189113900.940.790.26350.568939.22
HexBDB2705E4F1A15f5927
Octal275134701361173253713147
Binary101111011011100111010111101001111110101010111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0B27; }

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

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

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

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

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

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

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

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