Html Css Color HEX #B14501 Rust

📋 copy color: '#B14501'

red 177 ◦ green 69 ◦ blue 1

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

Shades of Rust #B14501

Tints of Rust #B14501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 71.66%
G = 27.94%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B14501 (or 0xB14501) is known color: Rust. HEX triplet: B1, 45 and 01. RGB value is (177,69,1). Sum of RGB (Red+Green+Blue) = 177+69+1=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B14501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14501 is #4EBAFE. Grayscale: #5D5D5D. Windows color (decimal): -5159679 or 83377. OLE color: 83377.

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

Color convert

RGB 177 69 1 -
CMYK 0 0.61 0.99 0.31
HSL 23.18º 0.99% 0.35% -
HSV(B) 23.18º 0.99% 0.69% -
XYZ 20.27 13.61 1.59 -
YUV 93.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 177 69 1 0 0.61 0.99 0.31 23.18 0.99 0.35
Hex B1 45 1 0 3D 63 1F 17 63 23
Octal 261 105 1 0 75 143 37 27 143 43
Binary 10110001 1000101 1 0 111101 1100011 11111 10111 1100011 100011

Color Harmonies of #B14501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14501

Black with #B14501

Text Example


Text Example

White with #B14501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14501; }

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

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

background-color css

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

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

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

border-color css

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

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

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