Html Css Color HEX #B5481F Rust

📋 copy color: '#B5481F'

red 181 ◦ green 72 ◦ blue 31

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

Shades of Rust #B5481F

Tints of Rust #B5481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.35%

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

R = 63.73%
G = 25.35%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5481F (or 0xB5481F) is known color: Rust. HEX triplet: B5, 48 and 1F. RGB value is (181,72,31). Sum of RGB (Red+Green+Blue) = 181+72+31=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B5481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5481F is #4AB7E0. Grayscale: #646464. Windows color (decimal): -4896737 or 2050229. OLE color: 2050229.

HSL color Cylindrical-coordinate representation of color #B5481F: hue angle of 16.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 #B5481F is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 72 31 -
CMYK 0 0.60 0.83 0.29
HSL 16.4º 0.71% 0.42% -
HSV(B) 16.4º 0.83% 0.71% -
XYZ 21.62 14.56 2.97 -
YUV 99.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 181 72 31 0 0.60 0.83 0.29 16.4 0.71 0.42
Hex B5 48 1F 0 3C 53 1D 10 47 2A
Octal 265 110 37 0 74 123 35 20 107 52
Binary 10110101 1001000 11111 0 111100 1010011 11101 10000 1000111 101010

Color Harmonies of #B5481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5481F

Black with #B5481F

Text Example


Text Example

White with #B5481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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