Html Css Color HEX #B14709 Rust

📋 copy color: '#B14709'

red 177 ◦ green 71 ◦ blue 9

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

Shades of Rust #B14709

Tints of Rust #B14709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.5%

R = 68.87%
G = 27.63%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14709 (or 0xB14709) is known color: Rust. HEX triplet: B1, 47 and 09. RGB value is (177,71,9). Sum of RGB (Red+Green+Blue) = 177+71+9=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B14709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14709 is #4EB8F6. Grayscale: #5F5F5F. Windows color (decimal): -5159159 or 608177. OLE color: 608177.

HSL color Cylindrical-coordinate representation of color #B14709: hue angle of 22.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14709 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 9 -
CMYK 0 0.60 0.95 0.31
HSL 22.14º 0.9% 0.36% -
HSV(B) 22.14º 0.95% 0.69% -
XYZ 20.43 13.87 1.86 -
YUV 95.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 177 71 9 0 0.60 0.95 0.31 22.14 0.9 0.36
Hex B1 47 9 0 3C 5F 1F 16 5A 24
Octal 261 107 11 0 74 137 37 26 132 44
Binary 10110001 1000111 1001 0 111100 1011111 11111 10110 1011010 100100

Color Harmonies of #B14709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14709

Black with #B14709

Text Example


Text Example

White with #B14709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14709; }

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

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

background-color css

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

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

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

border-color css

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

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

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