Html Css Color HEX #B54016 Rust

📋 copy color: '#B54016'

red 181 ◦ green 64 ◦ blue 22

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

Shades of Rust #B54016

Tints of Rust #B54016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.97%

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

R = 67.79%
G = 23.97%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B54016 (or 0xB54016) is known color: Rust. HEX triplet: B5, 40 and 16. RGB value is (181,64,22). Sum of RGB (Red+Green+Blue) = 181+64+22=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54016 is #4ABFE9. Grayscale: #5E5E5E. Windows color (decimal): -4898794 or 1458357. OLE color: 1458357.

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

Color convert

RGB 181 64 22 -
CMYK 0 0.65 0.88 0.29
HSL 15.85º 0.78% 0.4% -
HSV(B) 15.85º 0.88% 0.71% -
XYZ 21.03 13.55 2.27 -
YUV 94.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 181 64 22 0 0.65 0.88 0.29 15.85 0.78 0.4
Hex B5 40 16 0 41 58 1D 10 4E 28
Octal 265 100 26 0 101 130 35 20 116 50
Binary 10110101 1000000 10110 0 1000001 1011000 11101 10000 1001110 101000

Color Harmonies of #B54016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54016

Black with #B54016

Text Example


Text Example

White with #B54016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54016; }

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

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

background-color css

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

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

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

border-color css

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

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

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