#BD1317

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

Shades of Venetian Red #BD1317

Tints of Venetian Red #BD1317

Color information

#BD1317 (or 0xBD1317) is unknown color: approx Venetian Red. HEX triplet: BD, 13 and 17. RGB value is (189,19,23). Sum of RGB (Red+Green+Blue) = 189+19+23=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1317 is #42ECE8. Grayscale: #464646. Windows color (decimal): -4386025 or 1512381. OLE color: 1512381.

HSL color Cylindrical-coordinate representation of color #BD1317: hue angle of 358.59º degrees, saturation: 0.82, 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 #BD1317 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1891923-
CMYK00.900.880.26
HSL358.59º81.73%40.78%-
HSV(B)358.59º89.95%74.12%-
XYZ21.3711.351.87-
YUV70.29101.32212.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 81.82%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 23 (9.38% from 255) = 9.96%
R=81.82%
G=8.23%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189192300.900.880.26358.5981.7340.78
HexBD131705A581A1675229
Octal275232701321303254712251
Binary101111011001110111010110101011000110101011001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1317; }

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

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

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

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

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

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

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

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