Html Css Color HEX #B14D00 Rust

📋 copy color: '#B14D00'

red 177 ◦ green 77 ◦ blue 0

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

Shades of Rust #B14D00

Tints of Rust #B14D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

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

R = 69.69%
G = 30.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B14D00 (or 0xB14D00) is known color: Rust. HEX triplet: B1, 4D and 00. RGB value is (177,77,0). Sum of RGB (Red+Green+Blue) = 177+77+0=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14D00 is #4EB2FF. Grayscale: #626262. Windows color (decimal): -5157632 or 19889. OLE color: 19889.

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

Color convert

RGB 177 77 0 -
CMYK 0 0.56 1 0.31
HSL 26.1º 1% 0.35% -
HSV(B) 26.1º 1% 0.69% -
XYZ 20.79 14.65 1.73 -
YUV 98.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 177 77 0 0 0.56 1 0.31 26.1 1 0.35
Hex B1 4D 0 0 38 64 1F 1A 64 23
Octal 261 115 0 0 70 144 37 32 144 43
Binary 10110001 1001101 0 0 111000 1100100 11111 11010 1100100 100011

Color Harmonies of #B14D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D00

Black with #B14D00

Text Example


Text Example

White with #B14D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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