Html Css Color HEX #B04017 Rust

📋 copy color: '#B04017'

red 176 ◦ green 64 ◦ blue 23

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

Shades of Rust #B04017

Tints of Rust #B04017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 66.92%
G = 24.33%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B04017 (or 0xB04017) is known color: Rust. HEX triplet: B0, 40 and 17. RGB value is (176,64,23). Sum of RGB (Red+Green+Blue) = 176+64+23=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B04017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04017 is #4FBFE8. Grayscale: #5D5D5D. Windows color (decimal): -5226473 or 1523888. OLE color: 1523888.

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

Color convert

RGB 176 64 23 -
CMYK 0 0.64 0.87 0.31
HSL 16.08º 0.77% 0.39% -
HSV(B) 16.08º 0.87% 0.69% -
XYZ 19.89 12.96 2.26 -
YUV 92.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 176 64 23 0 0.64 0.87 0.31 16.08 0.77 0.39
Hex B0 40 17 0 40 57 1F 10 4D 27
Octal 260 100 27 0 100 127 37 20 115 47
Binary 10110000 1000000 10111 0 1000000 1010111 11111 10000 1001101 100111

Color Harmonies of #B04017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04017

Black with #B04017

Text Example


Text Example

White with #B04017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04017; }

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

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

background-color css

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

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

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

border-color css

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

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

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