#BD1617

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

Shades of Venetian Red #BD1617

Tints of Venetian Red #BD1617

Color information

#BD1617 (or 0xBD1617) is unknown color: approx Venetian Red. HEX triplet: BD, 16 and 17. RGB value is (189,22,23). Sum of RGB (Red+Green+Blue) = 189+22+23=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1617 is #42E9E8. Grayscale: #484848. Windows color (decimal): -4385257 or 1513149. OLE color: 1513149.

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

Color convert

RGB1892223-
CMYK00.880.880.26
HSL359.64º79.15%41.37%-
HSV(B)359.64º88.36%74.12%-
XYZ21.4311.451.89-
YUV72.05100.33211.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.77%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=80.77%
G=9.40%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189222300.880.880.26359.6479.1541.37
HexBD1617058581A1684f29
Octal275262701301303255011751
Binary101111011011010111010110001011000110101011010001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1617; }

 p { color: rgb(189,22,23); }

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

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

 a { background-color: rgb(189,22,23); }

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

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

 span { border-color: rgb(189,22,23); }

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