#BD4402

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

Shades of Rust #BD4402

Tints of Rust #BD4402

Color information

#BD4402 (or 0xBD4402) is unknown color: approx Rust. HEX triplet: BD, 44 and 02. RGB value is (189,68,2). Sum of RGB (Red+Green+Blue) = 189+68+2=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4402 is #42BBFD. Grayscale: #616161. Windows color (decimal): -4373502 or 148669. OLE color: 148669.

HSL color Cylindrical-coordinate representation of color #BD4402: hue angle of 21.18º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD4402 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB189682-
CMYK00.640.990.26
HSL21.18º97.91%37.45%-
HSV(B)21.18º98.94%74.12%-
XYZ23.0614.961.73-
YUV96.6574.59193.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.97%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=72.97%
G=26.25%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18968200.640.990.2621.1897.9137.45
HexBD442040631A156225
Octal27510420100143322514245
Binary1011110110001001001000000110001111010101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4402; }

 p { color: rgb(189,68,2); }

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

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

 a { background-color: rgb(189,68,2); }

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

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

 span { border-color: rgb(189,68,2); }

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