Html Css Color HEX #B14C11 Rust

📋 copy color: '#B14C11'

red 177 ◦ green 76 ◦ blue 17

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

Shades of Rust #B14C11

Tints of Rust #B14C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

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

R = 65.56%
G = 28.15%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14C11 (or 0xB14C11) is known color: Rust. HEX triplet: B1, 4C and 11. RGB value is (177,76,17). Sum of RGB (Red+Green+Blue) = 177+76+17=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C11 is #4EB3EE. Grayscale: #636363. Windows color (decimal): -5157871 or 1133745. OLE color: 1133745.

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

Color convert

RGB 177 76 17 -
CMYK 0 0.57 0.90 0.31
HSL 22.13º 0.82% 0.38% -
HSV(B) 22.13º 0.9% 0.69% -
XYZ 20.82 14.56 2.24 -
YUV 99.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 177 76 17 0 0.57 0.90 0.31 22.13 0.82 0.38
Hex B1 4C 11 0 39 5A 1F 16 52 26
Octal 261 114 21 0 71 132 37 26 122 46
Binary 10110001 1001100 10001 0 111001 1011010 11111 10110 1010010 100110

Color Harmonies of #B14C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C11

Black with #B14C11

Text Example


Text Example

White with #B14C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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