Html Css Color HEX #B15314 Rust

📋 copy color: '#B15314'

red 177 ◦ green 83 ◦ blue 20

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

Shades of Rust #B15314

Tints of Rust #B15314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 63.21%
G = 29.64%
B = 7.14%

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

#B15314 (or 0xB15314) is known color: Rust. HEX triplet: B1, 53 and 14. RGB value is (177,83,20). Sum of RGB (Red+Green+Blue) = 177+83+20=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B15314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15314 is #4EACEB. Grayscale: #686868. Windows color (decimal): -5156076 or 1332145. OLE color: 1332145.

HSL color Cylindrical-coordinate representation of color #B15314: hue angle of 24.08º 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 #B15314 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 20 -
CMYK 0 0.53 0.89 0.31
HSL 24.08º 0.8% 0.39% -
HSV(B) 24.08º 0.89% 0.69% -
XYZ 21.35 15.58 2.54 -
YUV 103.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 177 83 20 0 0.53 0.89 0.31 24.08 0.8 0.39
Hex B1 53 14 0 35 59 1F 18 50 27
Octal 261 123 24 0 65 131 37 30 120 47
Binary 10110001 1010011 10100 0 110101 1011001 11111 11000 1010000 100111

Color Harmonies of #B15314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15314

Black with #B15314

Text Example


Text Example

White with #B15314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15314; }

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

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

background-color css

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

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

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

border-color css

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

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

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