Html Css Color HEX #B54710 Rust

📋 copy color: '#B54710'

red 181 ◦ green 71 ◦ blue 16

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

Shades of Rust #B54710

Tints of Rust #B54710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 67.54%
G = 26.49%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B54710 (or 0xB54710) is known color: Rust. HEX triplet: B5, 47 and 10. RGB value is (181,71,16). Sum of RGB (Red+Green+Blue) = 181+71+16=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B54710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54710 is #4AB8EF. Grayscale: #616161. Windows color (decimal): -4897008 or 1066933. OLE color: 1066933.

HSL color Cylindrical-coordinate representation of color #B54710: hue angle of 20º degrees, saturation: 0.84, 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 #B54710 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 16 -
CMYK 0 0.61 0.91 0.29
HSL 20º 0.84% 0.39% -
HSV(B) 20º 0.91% 0.71% -
XYZ 21.4 14.37 2.14 -
YUV 97.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 181 71 16 0 0.61 0.91 0.29 20 0.84 0.39
Hex B5 47 10 0 3D 5B 1D 14 54 27
Octal 265 107 20 0 75 133 35 24 124 47
Binary 10110101 1000111 10000 0 111101 1011011 11101 10100 1010100 100111

Color Harmonies of #B54710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54710

Black with #B54710

Text Example


Text Example

White with #B54710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54710; }

 p { color: rgb(181,71,16); }

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

background-color css

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

 a { background-color: rgb(181,71,16); }

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

border-color css

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

 span { border-color: rgb(181,71,16); }

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