Html Css Color HEX #B04F17 Rust

📋 copy color: '#B04F17'

red 176 ◦ green 79 ◦ blue 23

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

Shades of Rust #B04F17

Tints of Rust #B04F17

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 63.31%
G = 28.42%
B = 8.27%

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

#B04F17 (or 0xB04F17) is known color: Rust. HEX triplet: B0, 4F and 17. RGB value is (176,79,23). Sum of RGB (Red+Green+Blue) = 176+79+23=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F17 is #4FB0E8. Grayscale: #656565. Windows color (decimal): -5222633 or 1527728. OLE color: 1527728.

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

Color convert

RGB 176 79 23 -
CMYK 0 0.55 0.87 0.31
HSL 21.96º 0.77% 0.39% -
HSV(B) 21.96º 0.87% 0.69% -
XYZ 20.86 14.88 2.58 -
YUV 101.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 176 79 23 0 0.55 0.87 0.31 21.96 0.77 0.39
Hex B0 4F 17 0 37 57 1F 16 4D 27
Octal 260 117 27 0 67 127 37 26 115 47
Binary 10110000 1001111 10111 0 110111 1010111 11111 10110 1001101 100111

Color Harmonies of #B04F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04F17

Black with #B04F17

Text Example


Text Example

White with #B04F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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