Html Css Color HEX #B5390A Rust

📋 copy color: '#B5390A'

red 181 ◦ green 57 ◦ blue 10

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

Shades of Rust #B5390A

Tints of Rust #B5390A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 72.98%
G = 22.98%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5390A (or 0xB5390A) is known color: Rust. HEX triplet: B5, 39 and 0A. RGB value is (181,57,10). Sum of RGB (Red+Green+Blue) = 181+57+10=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5390A is #4AC6F5. Grayscale: #595959. Windows color (decimal): -4900598 or 670133. OLE color: 670133.

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

Color convert

RGB 181 57 10 -
CMYK 0 0.69 0.94 0.29
HSL 16.49º 0.9% 0.37% -
HSV(B) 16.49º 0.94% 0.71% -
XYZ 20.57 12.77 1.67 -
YUV 88.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 181 57 10 0 0.69 0.94 0.29 16.49 0.9 0.37
Hex B5 39 A 0 45 5E 1D 10 5A 25
Octal 265 71 12 0 105 136 35 20 132 45
Binary 10110101 111001 1010 0 1000101 1011110 11101 10000 1011010 100101

Color Harmonies of #B5390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5390A

Black with #B5390A

Text Example


Text Example

White with #B5390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5390A; }

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

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

background-color css

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

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

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

border-color css

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

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

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