Html Css Color HEX #B05017 Rust

📋 copy color: '#B05017'

red 176 ◦ green 80 ◦ blue 23

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

Shades of Rust #B05017

Tints of Rust #B05017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 63.08%
G = 28.67%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B05017 (or 0xB05017) is known color: Rust. HEX triplet: B0, 50 and 17. RGB value is (176,80,23). Sum of RGB (Red+Green+Blue) = 176+80+23=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05017 is #4FAFE8. Grayscale: #666666. Windows color (decimal): -5222377 or 1527984. OLE color: 1527984.

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

Color convert

RGB 176 80 23 -
CMYK 0 0.55 0.87 0.31
HSL 22.35º 0.77% 0.39% -
HSV(B) 22.35º 0.87% 0.69% -
XYZ 20.93 15.03 2.61 -
YUV 102.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 176 80 23 0 0.55 0.87 0.31 22.35 0.77 0.39
Hex B0 50 17 0 37 57 1F 16 4D 27
Octal 260 120 27 0 67 127 37 26 115 47
Binary 10110000 1010000 10111 0 110111 1010111 11111 10110 1001101 100111

Color Harmonies of #B05017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05017

Black with #B05017

Text Example


Text Example

White with #B05017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05017; }

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

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

background-color css

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

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

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

border-color css

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

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

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