Html Css Color HEX #B14712 Rust

📋 copy color: '#B14712'

red 177 ◦ green 71 ◦ blue 18

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

Shades of Rust #B14712

Tints of Rust #B14712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 66.54%
G = 26.69%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14712 (or 0xB14712) is known color: Rust. HEX triplet: B1, 47 and 12. RGB value is (177,71,18). Sum of RGB (Red+Green+Blue) = 177+71+18=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B14712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14712 is #4EB8ED. Grayscale: #606060. Windows color (decimal): -5159150 or 1198001. OLE color: 1198001.

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

Color convert

RGB 177 71 18 -
CMYK 0 0.60 0.90 0.31
HSL 20º 0.82% 0.38% -
HSV(B) 20º 0.9% 0.69% -
XYZ 20.49 13.9 2.17 -
YUV 96.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 177 71 18 0 0.60 0.90 0.31 20 0.82 0.38
Hex B1 47 12 0 3C 5A 1F 14 52 26
Octal 261 107 22 0 74 132 37 24 122 46
Binary 10110001 1000111 10010 0 111100 1011010 11111 10100 1010010 100110

Color Harmonies of #B14712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14712

Black with #B14712

Text Example


Text Example

White with #B14712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14712; }

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

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

background-color css

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

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

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

border-color css

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

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

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