Html Css Color HEX #B04916 Rust

📋 copy color: '#B04916'

red 176 ◦ green 73 ◦ blue 22

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

Shades of Rust #B04916

Tints of Rust #B04916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 64.94%
G = 26.94%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04916 (or 0xB04916) is known color: Rust. HEX triplet: B0, 49 and 16. RGB value is (176,73,22). Sum of RGB (Red+Green+Blue) = 176+73+22=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B04916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04916 is #4FB6E9. Grayscale: #626262. Windows color (decimal): -5224170 or 1460656. OLE color: 1460656.

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

Color convert

RGB 176 73 22 -
CMYK 0 0.59 0.88 0.31
HSL 19.87º 0.78% 0.39% -
HSV(B) 19.87º 0.88% 0.69% -
XYZ 20.43 14.05 2.39 -
YUV 97.98 85.12 183.65 -
System Red Green Blue C M Y K H S L
Decimal 176 73 22 0 0.59 0.88 0.31 19.87 0.78 0.39
Hex B0 49 16 0 3B 58 1F 14 4E 27
Octal 260 111 26 0 73 130 37 24 116 47
Binary 10110000 1001001 10110 0 111011 1011000 11111 10100 1001110 100111

Color Harmonies of #B04916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04916

Black with #B04916

Text Example


Text Example

White with #B04916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04916; }

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

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

background-color css

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

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

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

border-color css

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

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

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