Html Css Color HEX #B54914 Rust

📋 copy color: '#B54914'

red 181 ◦ green 73 ◦ blue 20

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

Shades of Rust #B54914

Tints of Rust #B54914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 66.06%
G = 26.64%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B54914 (or 0xB54914) is known color: Rust. HEX triplet: B5, 49 and 14. RGB value is (181,73,20). Sum of RGB (Red+Green+Blue) = 181+73+20=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B54914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54914 is #4AB6EB. Grayscale: #636363. Windows color (decimal): -4896492 or 1329589. OLE color: 1329589.

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

Color convert

RGB 181 73 20 -
CMYK 0 0.60 0.89 0.29
HSL 19.75º 0.8% 0.39% -
HSV(B) 19.75º 0.89% 0.71% -
XYZ 21.56 14.64 2.35 -
YUV 99.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 181 73 20 0 0.60 0.89 0.29 19.75 0.8 0.39
Hex B5 49 14 0 3C 59 1D 14 50 27
Octal 265 111 24 0 74 131 35 24 120 47
Binary 10110101 1001001 10100 0 111100 1011001 11101 10100 1010000 100111

Color Harmonies of #B54914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54914

Black with #B54914

Text Example


Text Example

White with #B54914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54914; }

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

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

background-color css

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

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

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

border-color css

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

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

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