Html Css Color HEX #B14511 Rust

📋 copy color: '#B14511'

red 177 ◦ green 69 ◦ blue 17

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

Shades of Rust #B14511

Tints of Rust #B14511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 67.3%
G = 26.24%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14511 (or 0xB14511) is known color: Rust. HEX triplet: B1, 45 and 11. RGB value is (177,69,17). Sum of RGB (Red+Green+Blue) = 177+69+17=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B14511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14511 is #4EBAEE. Grayscale: #5F5F5F. Windows color (decimal): -5159663 or 1131953. OLE color: 1131953.

HSL color Cylindrical-coordinate representation of color #B14511: hue angle of 19.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14511 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 17 -
CMYK 0 0.61 0.90 0.31
HSL 19.5º 0.82% 0.38% -
HSV(B) 19.5º 0.9% 0.69% -
XYZ 20.36 13.64 2.09 -
YUV 95.36 83.78 186.23 -
System Red Green Blue C M Y K H S L
Decimal 177 69 17 0 0.61 0.90 0.31 19.5 0.82 0.38
Hex B1 45 11 0 3D 5A 1F 14 52 26
Octal 261 105 21 0 75 132 37 24 122 46
Binary 10110001 1000101 10001 0 111101 1011010 11111 10100 1010010 100110

Color Harmonies of #B14511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14511

Black with #B14511

Text Example


Text Example

White with #B14511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14511; }

 p { color: rgb(177,69,17); }

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

background-color css

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

 a { background-color: rgb(177,69,17); }

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

border-color css

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

 span { border-color: rgb(177,69,17); }

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