#BD4312

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

Shades of Rust #BD4312

Tints of Rust #BD4312

Color information

#BD4312 (or 0xBD4312) is unknown color: approx Rust. HEX triplet: BD, 43 and 12. RGB value is (189,67,18). Sum of RGB (Red+Green+Blue) = 189+67+18=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4312 is #42BCED. Grayscale: #626262. Windows color (decimal): -4373742 or 1196989. OLE color: 1196989.

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

Color convert

RGB1896718-
CMYK00.650.900.26
HSL17.19º82.61%40.59%-
HSV(B)17.19º90.48%74.12%-
XYZ23.114.882.23-
YUV97.8982.92192.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.98%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 18 (7.42% from 255) = 6.57%
R=68.98%
G=24.45%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189671800.650.900.2617.1982.6140.59
HexBD43120415A1A115329
Octal275103220101132322112351
Binary1011110110000111001001000001101101011010100011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4312; }

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

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

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

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

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

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

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

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