#B54B02

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

Shades of Rust #B54B02

Tints of Rust #B54B02

Color information

#B54B02 (or 0xB54B02) is unknown color: approx Rust. HEX triplet: B5, 4B and 02. RGB value is (181,75,2). Sum of RGB (Red+Green+Blue) = 181+75+2=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54B02 is #4AB4FD. Grayscale: #626262. Windows color (decimal): -4895998 or 150453. OLE color: 150453.

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

Color convert

RGB181752-
CMYK00.590.990.29
HSL24.47º97.81%35.88%-
HSV(B)24.47º98.9%70.98%-
XYZ21.5814.861.79-
YUV98.3773.62186.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.16%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=70.16%
G=29.07%
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
Decimal18175200.590.990.2924.4797.8135.88
HexB54B203B631D186224
Octal2651132073143353014244
Binary101101011001011100111011110001111101110001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B02; }

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

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

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

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

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

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

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

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