Html Css Color HEX #B04516 Rust

📋 copy color: '#B04516'

red 176 ◦ green 69 ◦ blue 22

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

Shades of Rust #B04516

Tints of Rust #B04516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 65.92%
G = 25.84%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04516 (or 0xB04516) is known color: Rust. HEX triplet: B0, 45 and 16. RGB value is (176,69,22). Sum of RGB (Red+Green+Blue) = 176+69+22=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B04516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04516 is #4FBAE9. Grayscale: #5F5F5F. Windows color (decimal): -5225194 or 1459632. OLE color: 1459632.

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

Color convert

RGB 176 69 22 -
CMYK 0 0.61 0.88 0.31
HSL 18.31º 0.78% 0.39% -
HSV(B) 18.31º 0.88% 0.69% -
XYZ 20.18 13.54 2.31 -
YUV 95.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 176 69 22 0 0.61 0.88 0.31 18.31 0.78 0.39
Hex B0 45 16 0 3D 58 1F 12 4E 27
Octal 260 105 26 0 75 130 37 22 116 47
Binary 10110000 1000101 10110 0 111101 1011000 11111 10010 1001110 100111

Color Harmonies of #B04516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04516

Black with #B04516

Text Example


Text Example

White with #B04516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04516; }

 p { color: rgb(176,69,22); }

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

background-color css

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

 a { background-color: rgb(176,69,22); }

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

border-color css

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

 span { border-color: rgb(176,69,22); }

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