#B5450F

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

Shades of Rust #B5450F

Tints of Rust #B5450F

Color information

#B5450F (or 0xB5450F) is unknown color: approx Rust. HEX triplet: B5, 45 and 0F. RGB value is (181,69,15). Sum of RGB (Red+Green+Blue) = 181+69+15=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B5450F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5450F is #4ABAF0. Grayscale: #606060. Windows color (decimal): -4897521 or 1000885. OLE color: 1000885.

HSL color Cylindrical-coordinate representation of color #B5450F: hue angle of 19.52º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5450F is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1816915-
CMYK00.620.920.29
HSL19.52º84.69%38.43%-
HSV(B)19.52º91.71%70.98%-
XYZ21.2714.112.06-
YUV96.3382.11188.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.30%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 15 (6.25% from 255) = 5.66%
R=68.30%
G=26.04%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181691500.620.920.2919.5284.6938.43
HexB545F03E5C1D145526
Octal26510517076134352412546
Binary10110101100010111110111110101110011101101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5450F; }

 p { color: rgb(181,69,15); }

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

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

 a { background-color: rgb(181,69,15); }

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

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

 span { border-color: rgb(181,69,15); }

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