#BD4B0D

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

Shades of Rust #BD4B0D

Tints of Rust #BD4B0D

Color information

#BD4B0D (or 0xBD4B0D) is unknown color: approx Rust. HEX triplet: BD, 4B and 0D. RGB value is (189,75,13). Sum of RGB (Red+Green+Blue) = 189+75+13=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4B0D is #42B4F2. Grayscale: #666666. Windows color (decimal): -4371699 or 871357. OLE color: 871357.

HSL color Cylindrical-coordinate representation of color #BD4B0D: hue angle of 21.14º degrees, saturation: 0.87, 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 #BD4B0D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1897513-
CMYK00.600.930.26
HSL21.14º87.13%39.61%-
HSV(B)21.14º93.12%74.12%-
XYZ23.5715.882.2-
YUV102.0277.77190.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 68.23%
GREEN value IS 75 (29.69% from 255) = 27.08%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=68.23%
G=27.08%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189751300.600.930.2621.1487.1339.61
HexBD4BD03C5D1A155728
Octal27511315074135322512750
Binary10111101100101111010111100101110111010101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B0D; }

 p { color: rgb(189,75,13); }

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

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

 a { background-color: rgb(189,75,13); }

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

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

 span { border-color: rgb(189,75,13); }

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