#BD3608

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

Shades of Rust #BD3608

Tints of Rust #BD3608

Color information

#BD3608 (or 0xBD3608) is unknown color: approx Rust. HEX triplet: BD, 36 and 08. RGB value is (189,54,8). Sum of RGB (Red+Green+Blue) = 189+54+8=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3608 is #42C9F7. Grayscale: #595959. Windows color (decimal): -4377080 or 538301. OLE color: 538301.

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

Color convert

RGB189548-
CMYK00.710.960.26
HSL15.25º91.88%38.63%-
HSV(B)15.25º95.77%74.12%-
XYZ22.3513.471.65-
YUV89.1282.23199.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 75.30%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=75.30%
G=21.51%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18954800.710.960.2615.2591.8838.63
HexBD368047601Af5c27
Octal27566100107140321713447
Binary1011110111011010000100011111000001101011111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3608; }

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

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

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

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

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

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

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

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