Html Css Color HEX #B14E12 Rust

📋 copy color: '#B14E12'

red 177 ◦ green 78 ◦ blue 18

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

Shades of Rust #B14E12

Tints of Rust #B14E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.57%

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

R = 64.84%
G = 28.57%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14E12 (or 0xB14E12) is known color: Rust. HEX triplet: B1, 4E and 12. RGB value is (177,78,18). Sum of RGB (Red+Green+Blue) = 177+78+18=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14E12 is #4EB1ED. Grayscale: #656565. Windows color (decimal): -5157358 or 1199793. OLE color: 1199793.

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

Color convert

RGB 177 78 18 -
CMYK 0 0.56 0.90 0.31
HSL 22.64º 0.82% 0.38% -
HSV(B) 22.64º 0.9% 0.69% -
XYZ 20.97 14.84 2.33 -
YUV 100.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 177 78 18 0 0.56 0.90 0.31 22.64 0.82 0.38
Hex B1 4E 12 0 38 5A 1F 17 52 26
Octal 261 116 22 0 70 132 37 27 122 46
Binary 10110001 1001110 10010 0 111000 1011010 11111 10111 1010010 100110

Color Harmonies of #B14E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E12

Black with #B14E12

Text Example


Text Example

White with #B14E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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