Html Css Color HEX #B5500B Rust

📋 copy color: '#B5500B'

red 181 ◦ green 80 ◦ blue 11

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

Shades of Rust #B5500B

Tints of Rust #B5500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 66.54%
G = 29.41%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5500B (or 0xB5500B) is known color: Rust. HEX triplet: B5, 50 and 0B. RGB value is (181,80,11). Sum of RGB (Red+Green+Blue) = 181+80+11=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B5500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5500B is #4AAFF4. Grayscale: #666666. Windows color (decimal): -4894709 or 741557. OLE color: 741557.

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

Color convert

RGB 181 80 11 -
CMYK 0 0.56 0.94 0.29
HSL 24.35º 0.89% 0.38% -
HSV(B) 24.35º 0.94% 0.71% -
XYZ 21.99 15.59 2.17 -
YUV 102.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 181 80 11 0 0.56 0.94 0.29 24.35 0.89 0.38
Hex B5 50 B 0 38 5E 1D 18 59 26
Octal 265 120 13 0 70 136 35 30 131 46
Binary 10110101 1010000 1011 0 111000 1011110 11101 11000 1011001 100110

Color Harmonies of #B5500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5500B

Black with #B5500B

Text Example


Text Example

White with #B5500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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