Html Css Color HEX #B54D11 Rust

📋 copy color: '#B54D11'

red 181 ◦ green 77 ◦ blue 17

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

Shades of Rust #B54D11

Tints of Rust #B54D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28%

 BLUE value IS 17 (7.03% from 255) = 6.18%

R = 65.82%
G = 28%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B54D11 (or 0xB54D11) is known color: Rust. HEX triplet: B5, 4D and 11. RGB value is (181,77,17). Sum of RGB (Red+Green+Blue) = 181+77+17=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54D11 is #4AB2EE. Grayscale: #656565. Windows color (decimal): -4895471 or 1134005. OLE color: 1134005.

HSL color Cylindrical-coordinate representation of color #B54D11: hue angle of 21.95º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B54D11 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 77 17 -
CMYK 0 0.57 0.91 0.29
HSL 21.95º 0.83% 0.39% -
HSV(B) 21.95º 0.91% 0.71% -
XYZ 21.81 15.17 2.31 -
YUV 101.26 80.46 184.88 -
System Red Green Blue C M Y K H S L
Decimal 181 77 17 0 0.57 0.91 0.29 21.95 0.83 0.39
Hex B5 4D 11 0 39 5B 1D 16 53 27
Octal 265 115 21 0 71 133 35 26 123 47
Binary 10110101 1001101 10001 0 111001 1011011 11101 10110 1010011 100111

Color Harmonies of #B54D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D11

Black with #B54D11

Text Example


Text Example

White with #B54D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D11; }

 p { color: rgb(181,77,17); }

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

background-color css

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

 a { background-color: rgb(181,77,17); }

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

border-color css

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

 span { border-color: rgb(181,77,17); }

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