#B54A02

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

Shades of Rust #B54A02

Tints of Rust #B54A02

Color information

#B54A02 (or 0xB54A02) is unknown color: approx Rust. HEX triplet: B5, 4A and 02. RGB value is (181,74,2). Sum of RGB (Red+Green+Blue) = 181+74+2=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A02 is #4AB5FD. Grayscale: #626262. Windows color (decimal): -4896254 or 150197. OLE color: 150197.

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

Color convert

RGB181742-
CMYK00.590.990.29
HSL24.13º97.81%35.88%-
HSV(B)24.13º98.9%70.98%-
XYZ21.5214.731.77-
YUV97.7873.95187.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=70.43%
G=28.79%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18174200.590.990.2924.1397.8135.88
HexB54A203B631D186224
Octal2651122073143353014244
Binary101101011001010100111011110001111101110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A02; }

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

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

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

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

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

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

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

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