Html Css Color HEX #B14D12 Rust

📋 copy color: '#B14D12'

red 177 ◦ green 77 ◦ blue 18

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

Shades of Rust #B14D12

Tints of Rust #B14D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

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

R = 65.07%
G = 28.31%
B = 6.62%

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

#B14D12 (or 0xB14D12) is known color: Rust. HEX triplet: B1, 4D and 12. RGB value is (177,77,18). Sum of RGB (Red+Green+Blue) = 177+77+18=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14D12 is #4EB2ED. Grayscale: #646464. Windows color (decimal): -5157614 or 1199537. OLE color: 1199537.

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

Color convert

RGB 177 77 18 -
CMYK 0 0.56 0.90 0.31
HSL 22.26º 0.82% 0.38% -
HSV(B) 22.26º 0.9% 0.69% -
XYZ 20.89 14.7 2.31 -
YUV 100.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 177 77 18 0 0.56 0.90 0.31 22.26 0.82 0.38
Hex B1 4D 12 0 38 5A 1F 16 52 26
Octal 261 115 22 0 70 132 37 26 122 46
Binary 10110001 1001101 10010 0 111000 1011010 11111 10110 1010010 100110

Color Harmonies of #B14D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D12

Black with #B14D12

Text Example


Text Example

White with #B14D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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