Html Css Color HEX #B14801 Rust

📋 copy color: '#B14801'

red 177 ◦ green 72 ◦ blue 1

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

Shades of Rust #B14801

Tints of Rust #B14801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 70.8%
G = 28.8%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B14801 (or 0xB14801) is known color: Rust. HEX triplet: B1, 48 and 01. RGB value is (177,72,1). Sum of RGB (Red+Green+Blue) = 177+72+1=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B14801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14801 is #4EB7FE. Grayscale: #5F5F5F. Windows color (decimal): -5158911 or 84145. OLE color: 84145.

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

Color convert

RGB 177 72 1 -
CMYK 0 0.59 0.99 0.31
HSL 24.2º 0.99% 0.35% -
HSV(B) 24.2º 0.99% 0.69% -
XYZ 20.45 13.98 1.65 -
YUV 95.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 177 72 1 0 0.59 0.99 0.31 24.2 0.99 0.35
Hex B1 48 1 0 3B 63 1F 18 63 23
Octal 261 110 1 0 73 143 37 30 143 43
Binary 10110001 1001000 1 0 111011 1100011 11111 11000 1100011 100011

Color Harmonies of #B14801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14801

Black with #B14801

Text Example


Text Example

White with #B14801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14801; }

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

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

background-color css

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

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

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

border-color css

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

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

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