Html Css Color HEX #B54904 Rust

📋 copy color: '#B54904'

red 181 ◦ green 73 ◦ blue 4

#B54904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B54904

Tints of Rust #B54904

RGB

 RED value IS 181 (71.09% from 255) = 70.16%

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 4 (1.95% from 255) = 1.55%

R = 70.16%
G = 28.29%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B54904 (or 0xB54904) is known color: Rust. HEX triplet: B5, 49 and 04. RGB value is (181,73,4). Sum of RGB (Red+Green+Blue) = 181+73+4=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B54904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54904 is #4AB6FB. Grayscale: #616161. Windows color (decimal): -4896508 or 281013. OLE color: 281013.

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

Color convert

RGB 181 73 4 -
CMYK 0 0.60 0.98 0.29
HSL 23.39º 0.96% 0.36% -
HSV(B) 23.39º 0.98% 0.71% -
XYZ 21.46 14.6 1.8 -
YUV 97.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 181 73 4 0 0.60 0.98 0.29 23.39 0.96 0.36
Hex B5 49 4 0 3C 62 1D 17 60 24
Octal 265 111 4 0 74 142 35 27 140 44
Binary 10110101 1001001 100 0 111100 1100010 11101 10111 1100000 100100

Color Harmonies of #B54904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54904

Black with #B54904

Text Example


Text Example

White with #B54904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54904; }

 p { color: rgb(181,73,4); }

 H1.HeaderClassName
 {
   color: #B54904;
 }
 .AnyTagClassName
 {
   color: #B54904;
 }
</style>

background-color css

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

 a { background-color: rgb(181,73,4); }

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

border-color css

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

 span { border-color: rgb(181,73,4); }

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