#BD1219

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

Shades of Venetian Red #BD1219

Tints of Venetian Red #BD1219

Color information

#BD1219 (or 0xBD1219) is unknown color: approx Venetian Red. HEX triplet: BD, 12 and 19. RGB value is (189,18,25). Sum of RGB (Red+Green+Blue) = 189+18+25=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1219 is #42EDE6. Grayscale: #464646. Windows color (decimal): -4386279 or 1643197. OLE color: 1643197.

HSL color Cylindrical-coordinate representation of color #BD1219: hue angle of 357.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1219 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB1891825-
CMYK00.900.870.26
HSL357.54º82.61%40.59%-
HSV(B)357.54º90.48%74.12%-
XYZ21.3811.321.98-
YUV69.93102.65212.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.47%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=81.47%
G=7.76%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189182500.900.870.26357.5482.6140.59
HexBD121905A571A1665329
Octal275223101321273254612351
Binary101111011001011001010110101010111110101011001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1219; }

 p { color: rgb(189,18,25); }

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

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

 a { background-color: rgb(189,18,25); }

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

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

 span { border-color: rgb(189,18,25); }

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