#BD380B

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

Shades of Rust #BD380B

Tints of Rust #BD380B

Color information

#BD380B (or 0xBD380B) is unknown color: approx Rust. HEX triplet: BD, 38 and 0B. RGB value is (189,56,11). Sum of RGB (Red+Green+Blue) = 189+56+11=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD380B is #42C7F4. Grayscale: #5A5A5A. Windows color (decimal): -4376565 or 735421. OLE color: 735421.

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

Color convert

RGB1895611-
CMYK00.700.940.26
HSL15.17º89%39.22%-
HSV(B)15.17º94.18%74.12%-
XYZ22.4613.671.77-
YUV90.6483.06198.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.83%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=73.83%
G=21.88%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189561100.700.940.2615.178939.22
HexBD38B0465E1Af5927
Octal27570130106136321713147
Binary1011110111100010110100011010111101101011111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD380B; }

 p { color: rgb(189,56,11); }

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

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

 a { background-color: rgb(189,56,11); }

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

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

 span { border-color: rgb(189,56,11); }

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