Html Css Color HEX #B15401 Rust

📋 copy color: '#B15401'

red 177 ◦ green 84 ◦ blue 1

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

Shades of Rust #B15401

Tints of Rust #B15401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 67.56%
G = 32.06%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B15401 (or 0xB15401) is known color: Rust. HEX triplet: B1, 54 and 01. RGB value is (177,84,1). Sum of RGB (Red+Green+Blue) = 177+84+1=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B15401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15401 is #4EABFE. Grayscale: #666666. Windows color (decimal): -5155839 or 87217. OLE color: 87217.

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

Color convert

RGB 177 84 1 -
CMYK 0 0.53 0.99 0.31
HSL 28.3º 0.99% 0.35% -
HSV(B) 28.3º 0.99% 0.69% -
XYZ 21.31 15.69 1.93 -
YUV 102.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 177 84 1 0 0.53 0.99 0.31 28.3 0.99 0.35
Hex B1 54 1 0 35 63 1F 1C 63 23
Octal 261 124 1 0 65 143 37 34 143 43
Binary 10110001 1010100 1 0 110101 1100011 11111 11100 1100011 100011

Color Harmonies of #B15401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15401

Black with #B15401

Text Example


Text Example

White with #B15401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15401; }

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

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

background-color css

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

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

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

border-color css

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

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

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