Html Css Color HEX #B15505 Rust

📋 copy color: '#B15505'

red 177 ◦ green 85 ◦ blue 5

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

Shades of Rust #B15505

Tints of Rust #B15505

RGB

 RED value IS 177 (69.53% from 255) = 66.29%

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 66.29%
G = 31.84%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B15505 (or 0xB15505) is known color: Rust. HEX triplet: B1, 55 and 05. RGB value is (177,85,5). Sum of RGB (Red+Green+Blue) = 177+85+5=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B15505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15505 is #4EAAFA. Grayscale: #676767. Windows color (decimal): -5155579 or 349617. OLE color: 349617.

HSL color Cylindrical-coordinate representation of color #B15505: hue angle of 27.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B15505 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 5 -
CMYK 0 0.52 0.97 0.31
HSL 27.91º 0.95% 0.36% -
HSV(B) 27.91º 0.97% 0.69% -
XYZ 21.41 15.86 2.08 -
YUV 103.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 177 85 5 0 0.52 0.97 0.31 27.91 0.95 0.36
Hex B1 55 5 0 34 61 1F 1C 5F 24
Octal 261 125 5 0 64 141 37 34 137 44
Binary 10110001 1010101 101 0 110100 1100001 11111 11100 1011111 100100

Color Harmonies of #B15505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15505

Black with #B15505

Text Example


Text Example

White with #B15505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15505; }

 p { color: rgb(177,85,5); }

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

background-color css

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

 a { background-color: rgb(177,85,5); }

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

border-color css

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

 span { border-color: rgb(177,85,5); }

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