Html Css Color HEX #B54014 Rust

📋 copy color: '#B54014'

red 181 ◦ green 64 ◦ blue 20

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

Shades of Rust #B54014

Tints of Rust #B54014

RGB

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

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

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

R = 68.3%
G = 24.15%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B54014 (or 0xB54014) is known color: Rust. HEX triplet: B5, 40 and 14. RGB value is (181,64,20). Sum of RGB (Red+Green+Blue) = 181+64+20=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B54014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54014 is #4ABFEB. Grayscale: #5E5E5E. Windows color (decimal): -4898796 or 1327285. OLE color: 1327285.

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

Color convert

RGB 181 64 20 -
CMYK 0 0.65 0.89 0.29
HSL 16.4º 0.8% 0.39% -
HSV(B) 16.4º 0.89% 0.71% -
XYZ 21.02 13.54 2.17 -
YUV 93.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 181 64 20 0 0.65 0.89 0.29 16.4 0.8 0.39
Hex B5 40 14 0 41 59 1D 10 50 27
Octal 265 100 24 0 101 131 35 20 120 47
Binary 10110101 1000000 10100 0 1000001 1011001 11101 10000 1010000 100111

Color Harmonies of #B54014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54014

Black with #B54014

Text Example


Text Example

White with #B54014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54014; }

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

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

background-color css

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

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

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

border-color css

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

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

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