Html Css Color HEX #B14014 Rust

📋 copy color: '#B14014'

red 177 ◦ green 64 ◦ blue 20

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

Shades of Rust #B14014

Tints of Rust #B14014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.52%

 BLUE value IS 20 (8.2% from 255) = 7.66%

R = 67.82%
G = 24.52%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B14014 (or 0xB14014) is known color: Rust. HEX triplet: B1, 40 and 14. RGB value is (177,64,20). Sum of RGB (Red+Green+Blue) = 177+64+20=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B14014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14014 is #4EBFEB. Grayscale: #5D5D5D. Windows color (decimal): -5160940 or 1327281. OLE color: 1327281.

HSL color Cylindrical-coordinate representation of color #B14014: hue angle of 16.82º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B14014 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 64 20 -
CMYK 0 0.64 0.89 0.31
HSL 16.82º 0.8% 0.39% -
HSV(B) 16.82º 0.89% 0.69% -
XYZ 20.09 13.06 2.12 -
YUV 92.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 177 64 20 0 0.64 0.89 0.31 16.82 0.8 0.39
Hex B1 40 14 0 40 59 1F 11 50 27
Octal 261 100 24 0 100 131 37 21 120 47
Binary 10110001 1000000 10100 0 1000000 1011001 11111 10001 1010000 100111

Color Harmonies of #B14014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14014

Black with #B14014

Text Example


Text Example

White with #B14014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14014; }

 p { color: rgb(177,64,20); }

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

background-color css

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

 a { background-color: rgb(177,64,20); }

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

border-color css

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

 span { border-color: rgb(177,64,20); }

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