Html Css Color HEX #B15410 Rust

📋 copy color: '#B15410'

red 177 ◦ green 84 ◦ blue 16

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

Shades of Rust #B15410

Tints of Rust #B15410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 63.9%
G = 30.32%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B15410 (or 0xB15410) is known color: Rust. HEX triplet: B1, 54 and 10. RGB value is (177,84,16). Sum of RGB (Red+Green+Blue) = 177+84+16=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B15410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15410 is #4EABEF. Grayscale: #686868. Windows color (decimal): -5155824 or 1070257. OLE color: 1070257.

HSL color Cylindrical-coordinate representation of color #B15410: hue angle of 25.34º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B15410 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 16 -
CMYK 0 0.53 0.91 0.31
HSL 25.34º 0.83% 0.38% -
HSV(B) 25.34º 0.91% 0.69% -
XYZ 21.4 15.73 2.4 -
YUV 104.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 177 84 16 0 0.53 0.91 0.31 25.34 0.83 0.38
Hex B1 54 10 0 35 5B 1F 19 53 26
Octal 261 124 20 0 65 133 37 31 123 46
Binary 10110001 1010100 10000 0 110101 1011011 11111 11001 1010011 100110

Color Harmonies of #B15410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15410

Black with #B15410

Text Example


Text Example

White with #B15410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15410; }

 p { color: rgb(177,84,16); }

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

background-color css

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

 a { background-color: rgb(177,84,16); }

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

border-color css

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

 span { border-color: rgb(177,84,16); }

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