Html Css Color HEX #B14600 Rust

📋 copy color: '#B14600'

red 177 ◦ green 70 ◦ blue 0

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

Shades of Rust #B14600

Tints of Rust #B14600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 71.66%
G = 28.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B14600 (or 0xB14600) is known color: Rust. HEX triplet: B1, 46 and 00. RGB value is (177,70,0). Sum of RGB (Red+Green+Blue) = 177+70+0=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B14600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14600 is #4EB9FF. Grayscale: #5E5E5E. Windows color (decimal): -5159424 or 18097. OLE color: 18097.

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

Color convert

RGB 177 70 0 -
CMYK 0 0.60 1 0.31
HSL 23.73º 1% 0.35% -
HSV(B) 23.73º 1% 0.69% -
XYZ 20.32 13.73 1.58 -
YUV 94.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 177 70 0 0 0.60 1 0.31 23.73 1 0.35
Hex B1 46 0 0 3C 64 1F 18 64 23
Octal 261 106 0 0 74 144 37 30 144 43
Binary 10110001 1000110 0 0 111100 1100100 11111 11000 1100100 100011

Color Harmonies of #B14600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14600

Black with #B14600

Text Example


Text Example

White with #B14600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14600; }

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

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

background-color css

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

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

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

border-color css

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

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

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