Html Css Color HEX #B54320 Rust

📋 copy color: '#B54320'

red 181 ◦ green 67 ◦ blue 32

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

Shades of Rust #B54320

Tints of Rust #B54320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 64.64%
G = 23.93%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B54320 (or 0xB54320) is known color: Rust. HEX triplet: B5, 43 and 20. RGB value is (181,67,32). Sum of RGB (Red+Green+Blue) = 181+67+32=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B54320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54320 is #4ABCDF. Grayscale: #616161. Windows color (decimal): -4898016 or 2114485. OLE color: 2114485.

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

Color convert

RGB 181 67 32 -
CMYK 0 0.63 0.82 0.29
HSL 14.09º 0.7% 0.42% -
HSV(B) 14.09º 0.82% 0.71% -
XYZ 21.32 13.94 2.93 -
YUV 97.1 91.27 187.85 -
System Red Green Blue C M Y K H S L
Decimal 181 67 32 0 0.63 0.82 0.29 14.09 0.7 0.42
Hex B5 43 20 0 3F 52 1D E 46 2A
Octal 265 103 40 0 77 122 35 16 106 52
Binary 10110101 1000011 100000 0 111111 1010010 11101 1110 1000110 101010

Color Harmonies of #B54320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54320

Black with #B54320

Text Example


Text Example

White with #B54320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54320; }

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

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

background-color css

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

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

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

border-color css

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

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

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