Html Css Color HEX #B54714 Rust

📋 copy color: '#B54714'

red 181 ◦ green 71 ◦ blue 20

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

Shades of Rust #B54714

Tints of Rust #B54714

RGB

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

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

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

R = 66.54%
G = 26.1%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B54714 (or 0xB54714) is known color: Rust. HEX triplet: B5, 47 and 14. RGB value is (181,71,20). Sum of RGB (Red+Green+Blue) = 181+71+20=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B54714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54714 is #4AB8EB. Grayscale: #626262. Windows color (decimal): -4897004 or 1329077. OLE color: 1329077.

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

Color convert

RGB 181 71 20 -
CMYK 0 0.61 0.89 0.29
HSL 19.01º 0.8% 0.39% -
HSV(B) 19.01º 0.89% 0.71% -
XYZ 21.44 14.38 2.31 -
YUV 98.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 181 71 20 0 0.61 0.89 0.29 19.01 0.8 0.39
Hex B5 47 14 0 3D 59 1D 13 50 27
Octal 265 107 24 0 75 131 35 23 120 47
Binary 10110101 1000111 10100 0 111101 1011001 11101 10011 1010000 100111

Color Harmonies of #B54714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54714

Black with #B54714

Text Example


Text Example

White with #B54714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54714; }

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

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

background-color css

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

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

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

border-color css

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

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

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