Html Css Color HEX #B05117 Rust

📋 copy color: '#B05117'

red 176 ◦ green 81 ◦ blue 23

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

Shades of Rust #B05117

Tints of Rust #B05117

RGB

 RED value IS 176 (69.14% from 255) = 62.86%

 GREEN value IS 81 (32.03% from 255) = 28.93%

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 62.86%
G = 28.93%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B05117 (or 0xB05117) is known color: Rust. HEX triplet: B0, 51 and 17. RGB value is (176,81,23). Sum of RGB (Red+Green+Blue) = 176+81+23=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B05117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05117 is #4FAEE8. Grayscale: #676767. Windows color (decimal): -5222121 or 1528240. OLE color: 1528240.

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

Color convert

RGB 176 81 23 -
CMYK 0 0.54 0.87 0.31
HSL 22.75º 0.77% 0.39% -
HSV(B) 22.75º 0.87% 0.69% -
XYZ 21 15.18 2.63 -
YUV 102.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 176 81 23 0 0.54 0.87 0.31 22.75 0.77 0.39
Hex B0 51 17 0 36 57 1F 17 4D 27
Octal 260 121 27 0 66 127 37 27 115 47
Binary 10110000 1010001 10111 0 110110 1010111 11111 10111 1001101 100111

Color Harmonies of #B05117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05117

Black with #B05117

Text Example


Text Example

White with #B05117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05117; }

 p { color: rgb(176,81,23); }

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

background-color css

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

 a { background-color: rgb(176,81,23); }

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

border-color css

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

 span { border-color: rgb(176,81,23); }

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