Html Css Color HEX #B54216 Rust

📋 copy color: '#B54216'

red 181 ◦ green 66 ◦ blue 22

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

Shades of Rust #B54216

Tints of Rust #B54216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 67.29%
G = 24.54%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B54216 (or 0xB54216) is known color: Rust. HEX triplet: B5, 42 and 16. RGB value is (181,66,22). Sum of RGB (Red+Green+Blue) = 181+66+22=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B54216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54216 is #4ABDE9. Grayscale: #5F5F5F. Windows color (decimal): -4898282 or 1458869. OLE color: 1458869.

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

Color convert

RGB 181 66 22 -
CMYK 0 0.64 0.88 0.29
HSL 16.6º 0.78% 0.4% -
HSV(B) 16.6º 0.88% 0.71% -
XYZ 21.15 13.78 2.3 -
YUV 95.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 181 66 22 0 0.64 0.88 0.29 16.6 0.78 0.4
Hex B5 42 16 0 40 58 1D 11 4E 28
Octal 265 102 26 0 100 130 35 21 116 50
Binary 10110101 1000010 10110 0 1000000 1011000 11101 10001 1001110 101000

Color Harmonies of #B54216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54216

Black with #B54216

Text Example


Text Example

White with #B54216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54216; }

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

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

background-color css

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

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

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

border-color css

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

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

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