#BD0A26

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

Shades of Venetian Red #BD0A26

Tints of Venetian Red #BD0A26

Color information

#BD0A26 (or 0xBD0A26) is unknown color: approx Venetian Red. HEX triplet: BD, 0A and 26. RGB value is (189,10,38). Sum of RGB (Red+Green+Blue) = 189+10+38=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A26 is #42F5D9. Grayscale: #424242. Windows color (decimal): -4388314 or 2493117. OLE color: 2493117.

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

Color convert

RGB1891038-
CMYK00.950.800.26
HSL350.61º89.95%39.02%-
HSV(B)350.61º94.71%74.12%-
XYZ21.4411.182.86-
YUV66.71111.8215.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 79.75%
GREEN value IS 10 (4.30% from 255) = 4.22%
BLUE value IS 38 (15.23% from 255) = 16.03%
R=79.75%
G=4.22%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189103800.950.800.26350.6189.9539.02
HexBDA2605F501A15f5a27
Octal275124601371203253713247
Binary101111011010100110010111111010000110101010111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0A26; }

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

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

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

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

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

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

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

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