Html Css Color HEX #B15414 Rust

📋 copy color: '#B15414'

red 177 ◦ green 84 ◦ blue 20

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

Shades of Rust #B15414

Tints of Rust #B15414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 62.99%
G = 29.89%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B15414 (or 0xB15414) is known color: Rust. HEX triplet: B1, 54 and 14. RGB value is (177,84,20). Sum of RGB (Red+Green+Blue) = 177+84+20=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B15414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15414 is #4EABEB. Grayscale: #686868. Windows color (decimal): -5155820 or 1332401. OLE color: 1332401.

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

Color convert

RGB 177 84 20 -
CMYK 0 0.53 0.89 0.31
HSL 24.46º 0.8% 0.39% -
HSV(B) 24.46º 0.89% 0.69% -
XYZ 21.43 15.74 2.57 -
YUV 104.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 177 84 20 0 0.53 0.89 0.31 24.46 0.8 0.39
Hex B1 54 14 0 35 59 1F 18 50 27
Octal 261 124 24 0 65 131 37 30 120 47
Binary 10110001 1010100 10100 0 110101 1011001 11111 11000 1010000 100111

Color Harmonies of #B15414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15414

Black with #B15414

Text Example


Text Example

White with #B15414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15414; }

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

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

background-color css

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

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

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

border-color css

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

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

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