Html Css Color HEX #B5390F Rust

📋 copy color: '#B5390F'

red 181 ◦ green 57 ◦ blue 15

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

Shades of Rust #B5390F

Tints of Rust #B5390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 71.54%
G = 22.53%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5390F (or 0xB5390F) is known color: Rust. HEX triplet: B5, 39 and 0F. RGB value is (181,57,15). Sum of RGB (Red+Green+Blue) = 181+57+15=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B5390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5390F is #4AC6F0. Grayscale: #595959. Windows color (decimal): -4900593 or 997813. OLE color: 997813.

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

Color convert

RGB 181 57 15 -
CMYK 0 0.69 0.92 0.29
HSL 15.18º 0.85% 0.38% -
HSV(B) 15.18º 0.92% 0.71% -
XYZ 20.61 12.78 1.83 -
YUV 89.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 181 57 15 0 0.69 0.92 0.29 15.18 0.85 0.38
Hex B5 39 F 0 45 5C 1D F 55 26
Octal 265 71 17 0 105 134 35 17 125 46
Binary 10110101 111001 1111 0 1000101 1011100 11101 1111 1010101 100110

Color Harmonies of #B5390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5390F

Black with #B5390F

Text Example


Text Example

White with #B5390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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