Html Css Color HEX #B54514 Rust

📋 copy color: '#B54514'

red 181 ◦ green 69 ◦ blue 20

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

Shades of Rust #B54514

Tints of Rust #B54514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 67.04%
G = 25.56%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B54514 (or 0xB54514) is known color: Rust. HEX triplet: B5, 45 and 14. RGB value is (181,69,20). Sum of RGB (Red+Green+Blue) = 181+69+20=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B54514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54514 is #4ABAEB. Grayscale: #616161. Windows color (decimal): -4897516 or 1328565. OLE color: 1328565.

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

Color convert

RGB 181 69 20 -
CMYK 0 0.62 0.89 0.29
HSL 18.26º 0.8% 0.39% -
HSV(B) 18.26º 0.89% 0.71% -
XYZ 21.31 14.13 2.27 -
YUV 96.9 84.61 187.98 -
System Red Green Blue C M Y K H S L
Decimal 181 69 20 0 0.62 0.89 0.29 18.26 0.8 0.39
Hex B5 45 14 0 3E 59 1D 12 50 27
Octal 265 105 24 0 76 131 35 22 120 47
Binary 10110101 1000101 10100 0 111110 1011001 11101 10010 1010000 100111

Color Harmonies of #B54514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54514

Black with #B54514

Text Example


Text Example

White with #B54514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54514; }

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

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

background-color css

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

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

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

border-color css

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

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

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