#BD3C08

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

Shades of Rust #BD3C08

Tints of Rust #BD3C08

Color information

#BD3C08 (or 0xBD3C08) is unknown color: approx Rust. HEX triplet: BD, 3C and 08. RGB value is (189,60,8). Sum of RGB (Red+Green+Blue) = 189+60+8=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C08 is #42C3F7. Grayscale: #5C5C5C. Windows color (decimal): -4375544 or 539837. OLE color: 539837.

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

Color convert

RGB189608-
CMYK00.680.960.26
HSL17.24º91.88%38.63%-
HSV(B)17.24º95.77%74.12%-
XYZ22.6514.071.75-
YUV92.6480.24196.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.54%
GREEN value IS 60 (23.83% from 255) = 23.35%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=73.54%
G=23.35%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18960800.680.960.2617.2491.8838.63
HexBD3C8044601A115c27
Octal27574100104140322113447
Binary10111101111100100001000100110000011010100011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3C08; }

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

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

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

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

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

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

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

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