Html Css Color HEX #B14719 Rust

📋 copy color: '#B14719'

red 177 ◦ green 71 ◦ blue 25

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

Shades of Rust #B14719

Tints of Rust #B14719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 64.84%
G = 26.01%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14719 (or 0xB14719) is known color: Rust. HEX triplet: B1, 47 and 19. RGB value is (177,71,25). Sum of RGB (Red+Green+Blue) = 177+71+25=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B14719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14719 is #4EB8E6. Grayscale: #616161. Windows color (decimal): -5159143 or 1656753. OLE color: 1656753.

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

Color convert

RGB 177 71 25 -
CMYK 0 0.60 0.86 0.31
HSL 18.16º 0.75% 0.4% -
HSV(B) 18.16º 0.86% 0.69% -
XYZ 20.56 13.92 2.52 -
YUV 97.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 177 71 25 0 0.60 0.86 0.31 18.16 0.75 0.4
Hex B1 47 19 0 3C 56 1F 12 4B 28
Octal 261 107 31 0 74 126 37 22 113 50
Binary 10110001 1000111 11001 0 111100 1010110 11111 10010 1001011 101000

Color Harmonies of #B14719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14719

Black with #B14719

Text Example


Text Example

White with #B14719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14719; }

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

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

background-color css

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

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

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

border-color css

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

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

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