#B54502

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

Shades of Rust #B54502

Tints of Rust #B54502

Color information

#B54502 (or 0xB54502) is unknown color: approx Rust. HEX triplet: B5, 45 and 02. RGB value is (181,69,2). Sum of RGB (Red+Green+Blue) = 181+69+2=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B54502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54502 is #4ABAFD. Grayscale: #5F5F5F. Windows color (decimal): -4897534 or 148917. OLE color: 148917.

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

Color convert

RGB181692-
CMYK00.620.990.29
HSL22.46º97.81%35.88%-
HSV(B)22.46º98.9%70.98%-
XYZ21.214.081.66-
YUV94.8575.61189.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.83%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=71.83%
G=27.38%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18169200.620.990.2922.4697.8135.88
HexB545203E631D166224
Octal2651052076143352614244
Binary101101011000101100111110110001111101101101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54502; }

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

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

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

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

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

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

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

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