Html Css Color HEX #B14019 Rust

📋 copy color: '#B14019'

red 177 ◦ green 64 ◦ blue 25

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

Shades of Rust #B14019

Tints of Rust #B14019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 66.54%
G = 24.06%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14019 (or 0xB14019) is known color: Rust. HEX triplet: B1, 40 and 19. RGB value is (177,64,25). Sum of RGB (Red+Green+Blue) = 177+64+25=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B14019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14019 is #4EBFE6. Grayscale: #5D5D5D. Windows color (decimal): -5160935 or 1654961. OLE color: 1654961.

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

Color convert

RGB 177 64 25 -
CMYK 0 0.64 0.86 0.31
HSL 15.39º 0.75% 0.4% -
HSV(B) 15.39º 0.86% 0.69% -
XYZ 20.14 13.08 2.38 -
YUV 93.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 177 64 25 0 0.64 0.86 0.31 15.39 0.75 0.4
Hex B1 40 19 0 40 56 1F F 4B 28
Octal 261 100 31 0 100 126 37 17 113 50
Binary 10110001 1000000 11001 0 1000000 1010110 11111 1111 1001011 101000

Color Harmonies of #B14019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14019

Black with #B14019

Text Example


Text Example

White with #B14019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14019; }

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

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

background-color css

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

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

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

border-color css

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

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

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