Html Css Color HEX #B14105 Rust

📋 copy color: '#B14105'

red 177 ◦ green 65 ◦ blue 5

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

Shades of Rust #B14105

Tints of Rust #B14105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 71.66%
G = 26.32%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B14105 (or 0xB14105) is known color: Rust. HEX triplet: B1, 41 and 05. RGB value is (177,65,5). Sum of RGB (Red+Green+Blue) = 177+65+5=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B14105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14105 is #4EBEFA. Grayscale: #5C5C5C. Windows color (decimal): -5160699 or 344497. OLE color: 344497.

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

Color convert

RGB 177 65 5 -
CMYK 0 0.63 0.97 0.31
HSL 20.93º 0.95% 0.36% -
HSV(B) 20.93º 0.97% 0.69% -
XYZ 20.05 13.14 1.62 -
YUV 91.65 79.11 188.88 -
System Red Green Blue C M Y K H S L
Decimal 177 65 5 0 0.63 0.97 0.31 20.93 0.95 0.36
Hex B1 41 5 0 3F 61 1F 15 5F 24
Octal 261 101 5 0 77 141 37 25 137 44
Binary 10110001 1000001 101 0 111111 1100001 11111 10101 1011111 100100

Color Harmonies of #B14105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14105

Black with #B14105

Text Example


Text Example

White with #B14105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14105; }

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

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

background-color css

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

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

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

border-color css

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

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

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