Html Css Color HEX #B5500F Rust

📋 copy color: '#B5500F'

red 181 ◦ green 80 ◦ blue 15

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

Shades of Rust #B5500F

Tints of Rust #B5500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 65.58%
G = 28.99%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5500F (or 0xB5500F) is known color: Rust. HEX triplet: B5, 50 and 0F. RGB value is (181,80,15). Sum of RGB (Red+Green+Blue) = 181+80+15=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5500F is #4AAFF0. Grayscale: #676767. Windows color (decimal): -4894705 or 1003701. OLE color: 1003701.

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

Color convert

RGB 181 80 15 -
CMYK 0 0.56 0.92 0.29
HSL 23.49º 0.85% 0.38% -
HSV(B) 23.49º 0.92% 0.71% -
XYZ 22.01 15.6 2.3 -
YUV 102.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 181 80 15 0 0.56 0.92 0.29 23.49 0.85 0.38
Hex B5 50 F 0 38 5C 1D 17 55 26
Octal 265 120 17 0 70 134 35 27 125 46
Binary 10110101 1010000 1111 0 111000 1011100 11101 10111 1010101 100110

Color Harmonies of #B5500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5500F

Black with #B5500F

Text Example


Text Example

White with #B5500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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