Html Css Color HEX #B14115 Rust

📋 copy color: '#B14115'

red 177 ◦ green 65 ◦ blue 21

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

Shades of Rust #B14115

Tints of Rust #B14115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 67.3%
G = 24.71%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14115 (or 0xB14115) is known color: Rust. HEX triplet: B1, 41 and 15. RGB value is (177,65,21). Sum of RGB (Red+Green+Blue) = 177+65+21=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B14115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14115 is #4EBEEA. Grayscale: #5D5D5D. Windows color (decimal): -5160683 or 1393073. OLE color: 1393073.

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

Color convert

RGB 177 65 21 -
CMYK 0 0.63 0.88 0.31
HSL 16.92º 0.79% 0.39% -
HSV(B) 16.92º 0.88% 0.69% -
XYZ 20.16 13.18 2.19 -
YUV 93.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 177 65 21 0 0.63 0.88 0.31 16.92 0.79 0.39
Hex B1 41 15 0 3F 58 1F 11 4F 27
Octal 261 101 25 0 77 130 37 21 117 47
Binary 10110001 1000001 10101 0 111111 1011000 11111 10001 1001111 100111

Color Harmonies of #B14115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14115

Black with #B14115

Text Example


Text Example

White with #B14115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14115; }

 p { color: rgb(177,65,21); }

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

background-color css

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

 a { background-color: rgb(177,65,21); }

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

border-color css

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

 span { border-color: rgb(177,65,21); }

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