Html Css Color HEX #B54120 Rust

📋 copy color: '#B54120'

red 181 ◦ green 65 ◦ blue 32

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

Shades of Rust #B54120

Tints of Rust #B54120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 65.11%
G = 23.38%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B54120 (or 0xB54120) is known color: Rust. HEX triplet: B5, 41 and 20. RGB value is (181,65,32). Sum of RGB (Red+Green+Blue) = 181+65+32=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B54120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54120 is #4ABEDF. Grayscale: #606060. Windows color (decimal): -4898528 or 2113973. OLE color: 2113973.

HSL color Cylindrical-coordinate representation of color #B54120: hue angle of 13.29º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B54120 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 65 32 -
CMYK 0 0.64 0.82 0.29
HSL 13.29º 0.7% 0.42% -
HSV(B) 13.29º 0.82% 0.71% -
XYZ 21.21 13.71 2.89 -
YUV 95.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 181 65 32 0 0.64 0.82 0.29 13.29 0.7 0.42
Hex B5 41 20 0 40 52 1D D 46 2A
Octal 265 101 40 0 100 122 35 15 106 52
Binary 10110101 1000001 100000 0 1000000 1010010 11101 1101 1000110 101010

Color Harmonies of #B54120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54120

Black with #B54120

Text Example


Text Example

White with #B54120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54120; }

 p { color: rgb(181,65,32); }

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

background-color css

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

 a { background-color: rgb(181,65,32); }

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

border-color css

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

 span { border-color: rgb(181,65,32); }

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