#BD410E

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

Shades of Rust #BD410E

Tints of Rust #BD410E

Color information

#BD410E (or 0xBD410E) is unknown color: approx Rust. HEX triplet: BD, 41 and 0E. RGB value is (189,65,14). Sum of RGB (Red+Green+Blue) = 189+65+14=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD410E is #42BEF1. Grayscale: #606060. Windows color (decimal): -4374258 or 934333. OLE color: 934333.

HSL color Cylindrical-coordinate representation of color #BD410E: hue angle of 17.49º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD410E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1896514-
CMYK00.660.930.26
HSL17.49º86.21%39.8%-
HSV(B)17.49º92.59%74.12%-
XYZ22.9614.632.03-
YUV96.2681.58194.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 70.52%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 14 (5.86% from 255) = 5.22%
R=70.52%
G=24.25%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189651400.660.930.2617.4986.2139.8
HexBD41E0425D1A115628
Octal275101160102135322112650
Binary101111011000001111001000010101110111010100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD410E; }

 p { color: rgb(189,65,14); }

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

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

 a { background-color: rgb(189,65,14); }

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

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

 span { border-color: rgb(189,65,14); }

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