#BD4502

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

Shades of Rust #BD4502

Tints of Rust #BD4502

Color information

#BD4502 (or 0xBD4502) is unknown color: approx Rust. HEX triplet: BD, 45 and 02. RGB value is (189,69,2). Sum of RGB (Red+Green+Blue) = 189+69+2=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4502 is #42BAFD. Grayscale: #616161. Windows color (decimal): -4373246 or 148925. OLE color: 148925.

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

Color convert

RGB189692-
CMYK00.630.990.26
HSL21.5º97.91%37.45%-
HSV(B)21.5º98.94%74.12%-
XYZ23.1315.081.75-
YUV97.2474.26193.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.69%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=72.69%
G=26.54%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18969200.630.990.2621.597.9137.45
HexBD45203F631A156225
Octal2751052077143322514245
Binary101111011000101100111111110001111010101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4502; }

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

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

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

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

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

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

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

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