Html Css Color HEX #B54916 Rust

📋 copy color: '#B54916'

red 181 ◦ green 73 ◦ blue 22

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

Shades of Rust #B54916

Tints of Rust #B54916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 65.58%
G = 26.45%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B54916 (or 0xB54916) is known color: Rust. HEX triplet: B5, 49 and 16. RGB value is (181,73,22). Sum of RGB (Red+Green+Blue) = 181+73+22=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B54916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54916 is #4AB6E9. Grayscale: #636363. Windows color (decimal): -4896490 or 1460661. OLE color: 1460661.

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

Color convert

RGB 181 73 22 -
CMYK 0 0.60 0.88 0.29
HSL 19.25º 0.78% 0.4% -
HSV(B) 19.25º 0.88% 0.71% -
XYZ 21.58 14.65 2.45 -
YUV 99.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 181 73 22 0 0.60 0.88 0.29 19.25 0.78 0.4
Hex B5 49 16 0 3C 58 1D 13 4E 28
Octal 265 111 26 0 74 130 35 23 116 50
Binary 10110101 1001001 10110 0 111100 1011000 11101 10011 1001110 101000

Color Harmonies of #B54916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54916

Black with #B54916

Text Example


Text Example

White with #B54916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54916; }

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

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

background-color css

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

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

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

border-color css

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

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

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