#BD3606

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

Shades of Rust #BD3606

Tints of Rust #BD3606

Color information

#BD3606 (or 0xBD3606) is unknown color: approx Rust. HEX triplet: BD, 36 and 06. RGB value is (189,54,6). Sum of RGB (Red+Green+Blue) = 189+54+6=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3606 is #42C9F9. Grayscale: #595959. Windows color (decimal): -4377082 or 407229. OLE color: 407229.

HSL color Cylindrical-coordinate representation of color #BD3606: hue angle of 15.74º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD3606 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB189546-
CMYK00.710.970.26
HSL15.74º93.85%38.24%-
HSV(B)15.74º96.83%74.12%-
XYZ22.3413.471.59-
YUV88.8981.23199.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.90%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=75.90%
G=21.69%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18954600.710.970.2615.7493.8538.24
HexBD366047611A105e26
Octal2756660107141322013646
Binary1011110111011011001000111110000111010100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3606; }

 p { color: rgb(189,54,6); }

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

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

 a { background-color: rgb(189,54,6); }

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

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

 span { border-color: rgb(189,54,6); }

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