#BD4C1D

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

Shades of Rust #BD4C1D

Tints of Rust #BD4C1D

Color information

#BD4C1D (or 0xBD4C1D) is unknown color: approx Rust. HEX triplet: BD, 4C and 1D. RGB value is (189,76,29). Sum of RGB (Red+Green+Blue) = 189+76+29=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4C1D is #42B3E2. Grayscale: #686868. Windows color (decimal): -4371427 or 1920189. OLE color: 1920189.

HSL color Cylindrical-coordinate representation of color #BD4C1D: hue angle of 17.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD4C1D is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1897629-
CMYK00.600.850.26
HSL17.62º73.39%42.75%-
HSV(B)17.62º84.66%74.12%-
XYZ23.7916.083.01-
YUV104.4385.44188.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.29%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 29 (11.72% from 255) = 9.86%
R=64.29%
G=25.85%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189762900.600.850.2617.6273.3942.75
HexBD4C1D03C551A12492b
Octal27511435074125322211153
Binary101111011001100111010111100101010111010100101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C1D; }

 p { color: rgb(189,76,29); }

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

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

 a { background-color: rgb(189,76,29); }

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

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

 span { border-color: rgb(189,76,29); }

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