Html Css Color HEX #B15504 Rust

📋 copy color: '#B15504'

red 177 ◦ green 85 ◦ blue 4

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

Shades of Rust #B15504

Tints of Rust #B15504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 66.54%
G = 31.95%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B15504 (or 0xB15504) is known color: Rust. HEX triplet: B1, 55 and 04. RGB value is (177,85,4). Sum of RGB (Red+Green+Blue) = 177+85+4=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B15504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15504 is #4EAAFB. Grayscale: #676767. Windows color (decimal): -5155580 or 284081. OLE color: 284081.

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

Color convert

RGB 177 85 4 -
CMYK 0 0.52 0.98 0.31
HSL 28.09º 0.96% 0.35% -
HSV(B) 28.09º 0.98% 0.69% -
XYZ 21.4 15.85 2.05 -
YUV 103.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 177 85 4 0 0.52 0.98 0.31 28.09 0.96 0.35
Hex B1 55 4 0 34 62 1F 1C 60 23
Octal 261 125 4 0 64 142 37 34 140 43
Binary 10110001 1010101 100 0 110100 1100010 11111 11100 1100000 100011

Color Harmonies of #B15504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15504

Black with #B15504

Text Example


Text Example

White with #B15504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15504; }

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

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

background-color css

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

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

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

border-color css

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

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

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