Html Css Color HEX #B54A05 Rust

📋 copy color: '#B54A05'

red 181 ◦ green 74 ◦ blue 5

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

Shades of Rust #B54A05

Tints of Rust #B54A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 69.62%
G = 28.46%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B54A05 (or 0xB54A05) is known color: Rust. HEX triplet: B5, 4A and 05. RGB value is (181,74,5). Sum of RGB (Red+Green+Blue) = 181+74+5=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A05 is #4AB5FA. Grayscale: #626262. Windows color (decimal): -4896251 or 346805. OLE color: 346805.

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

Color convert

RGB 181 74 5 -
CMYK 0 0.59 0.97 0.29
HSL 23.52º 0.95% 0.36% -
HSV(B) 23.52º 0.97% 0.71% -
XYZ 21.53 14.73 1.85 -
YUV 98.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 181 74 5 0 0.59 0.97 0.29 23.52 0.95 0.36
Hex B5 4A 5 0 3B 61 1D 18 5F 24
Octal 265 112 5 0 73 141 35 30 137 44
Binary 10110101 1001010 101 0 111011 1100001 11101 11000 1011111 100100

Color Harmonies of #B54A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A05

Black with #B54A05

Text Example


Text Example

White with #B54A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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