Html Css Color HEX #B5500A Rust

📋 copy color: '#B5500A'

red 181 ◦ green 80 ◦ blue 10

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

Shades of Rust #B5500A

Tints of Rust #B5500A

RGB

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

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

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

R = 66.79%
G = 29.52%
B = 3.69%

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

#B5500A (or 0xB5500A) is known color: Rust. HEX triplet: B5, 50 and 0A. RGB value is (181,80,10). Sum of RGB (Red+Green+Blue) = 181+80+10=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B5500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5500A is #4AAFF5. Grayscale: #666666. Windows color (decimal): -4894710 or 676021. OLE color: 676021.

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

Color convert

RGB 181 80 10 -
CMYK 0 0.56 0.94 0.29
HSL 24.56º 0.9% 0.37% -
HSV(B) 24.56º 0.94% 0.71% -
XYZ 21.98 15.58 2.14 -
YUV 102.22 75.96 184.19 -
System Red Green Blue C M Y K H S L
Decimal 181 80 10 0 0.56 0.94 0.29 24.56 0.9 0.37
Hex B5 50 A 0 38 5E 1D 19 5A 25
Octal 265 120 12 0 70 136 35 31 132 45
Binary 10110101 1010000 1010 0 111000 1011110 11101 11001 1011010 100101

Color Harmonies of #B5500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5500A

Black with #B5500A

Text Example


Text Example

White with #B5500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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