Html Css Color HEX #B14515 Rust

📋 copy color: '#B14515'

red 177 ◦ green 69 ◦ blue 21

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

Shades of Rust #B14515

Tints of Rust #B14515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 66.29%
G = 25.84%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14515 (or 0xB14515) is known color: Rust. HEX triplet: B1, 45 and 15. RGB value is (177,69,21). Sum of RGB (Red+Green+Blue) = 177+69+21=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B14515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14515 is #4EBAEA. Grayscale: #606060. Windows color (decimal): -5159659 or 1394097. OLE color: 1394097.

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

Color convert

RGB 177 69 21 -
CMYK 0 0.61 0.88 0.31
HSL 18.46º 0.79% 0.39% -
HSV(B) 18.46º 0.88% 0.69% -
XYZ 20.39 13.66 2.27 -
YUV 95.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 177 69 21 0 0.61 0.88 0.31 18.46 0.79 0.39
Hex B1 45 15 0 3D 58 1F 12 4F 27
Octal 261 105 25 0 75 130 37 22 117 47
Binary 10110001 1000101 10101 0 111101 1011000 11111 10010 1001111 100111

Color Harmonies of #B14515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14515

Black with #B14515

Text Example


Text Example

White with #B14515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14515; }

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

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

background-color css

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

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

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

border-color css

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

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

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