Html Css Color HEX #B5391F Rust

📋 copy color: '#B5391F'

red 181 ◦ green 57 ◦ blue 31

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

Shades of Rust #B5391F

Tints of Rust #B5391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 67.29%
G = 21.19%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5391F (or 0xB5391F) is known color: Rust. HEX triplet: B5, 39 and 1F. RGB value is (181,57,31). Sum of RGB (Red+Green+Blue) = 181+57+31=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B5391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5391F is #4AC6E0. Grayscale: #5B5B5B. Windows color (decimal): -4900577 or 2046389. OLE color: 2046389.

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

Color convert

RGB 181 57 31 -
CMYK 0 0.69 0.83 0.29
HSL 10.4º 0.71% 0.42% -
HSV(B) 10.4º 0.83% 0.71% -
XYZ 20.77 12.85 2.68 -
YUV 91.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 181 57 31 0 0.69 0.83 0.29 10.4 0.71 0.42
Hex B5 39 1F 0 45 53 1D A 47 2A
Octal 265 71 37 0 105 123 35 12 107 52
Binary 10110101 111001 11111 0 1000101 1010011 11101 1010 1000111 101010

Color Harmonies of #B5391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5391F

Black with #B5391F

Text Example


Text Example

White with #B5391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5391F; }

 p { color: rgb(181,57,31); }

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

background-color css

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

 a { background-color: rgb(181,57,31); }

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

border-color css

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

 span { border-color: rgb(181,57,31); }

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