Html Css Color HEX #B14119 Rust

📋 copy color: '#B14119'

red 177 ◦ green 65 ◦ blue 25

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

Shades of Rust #B14119

Tints of Rust #B14119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.36%

R = 66.29%
G = 24.34%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14119 (or 0xB14119) is known color: Rust. HEX triplet: B1, 41 and 19. RGB value is (177,65,25). Sum of RGB (Red+Green+Blue) = 177+65+25=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B14119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14119 is #4EBEE6. Grayscale: #5E5E5E. Windows color (decimal): -5160679 or 1655217. OLE color: 1655217.

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

Color convert

RGB 177 65 25 -
CMYK 0 0.63 0.86 0.31
HSL 15.79º 0.75% 0.4% -
HSV(B) 15.79º 0.86% 0.69% -
XYZ 20.2 13.2 2.4 -
YUV 93.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 177 65 25 0 0.63 0.86 0.31 15.79 0.75 0.4
Hex B1 41 19 0 3F 56 1F 10 4B 28
Octal 261 101 31 0 77 126 37 20 113 50
Binary 10110001 1000001 11001 0 111111 1010110 11111 10000 1001011 101000

Color Harmonies of #B14119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14119

Black with #B14119

Text Example


Text Example

White with #B14119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14119; }

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

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

background-color css

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

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

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

border-color css

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

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

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