Html Css Color HEX #B14100 Rust

📋 copy color: '#B14100'

red 177 ◦ green 65 ◦ blue 0

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

Shades of Rust #B14100

Tints of Rust #B14100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.14%
G = 26.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B14100 (or 0xB14100) is known color: Rust. HEX triplet: B1, 41 and 00. RGB value is (177,65,0). Sum of RGB (Red+Green+Blue) = 177+65+0=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B14100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14100 is #4EBEFF. Grayscale: #5B5B5B. Windows color (decimal): -5160704 or 16817. OLE color: 16817.

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

Color convert

RGB 177 65 0 -
CMYK 0 0.63 1 0.31
HSL 22.03º 1% 0.35% -
HSV(B) 22.03º 1% 0.69% -
XYZ 20.02 13.13 1.48 -
YUV 91.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 177 65 0 0 0.63 1 0.31 22.03 1 0.35
Hex B1 41 0 0 3F 64 1F 16 64 23
Octal 261 101 0 0 77 144 37 26 144 43
Binary 10110001 1000001 0 0 111111 1100100 11111 10110 1100100 100011

Color Harmonies of #B14100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14100

Black with #B14100

Text Example


Text Example

White with #B14100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14100; }

 p { color: rgb(177,65,0); }

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

background-color css

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

 a { background-color: rgb(177,65,0); }

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

border-color css

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

 span { border-color: rgb(177,65,0); }

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