Html Css Color HEX #B04816 Rust

📋 copy color: '#B04816'

red 176 ◦ green 72 ◦ blue 22

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

Shades of Rust #B04816

Tints of Rust #B04816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 65.19%
G = 26.67%
B = 8.15%

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

#B04816 (or 0xB04816) is known color: Rust. HEX triplet: B0, 48 and 16. RGB value is (176,72,22). Sum of RGB (Red+Green+Blue) = 176+72+22=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B04816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04816 is #4FB7E9. Grayscale: #616161. Windows color (decimal): -5224426 or 1460400. OLE color: 1460400.

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

Color convert

RGB 176 72 22 -
CMYK 0 0.59 0.88 0.31
HSL 19.48º 0.78% 0.39% -
HSV(B) 19.48º 0.88% 0.69% -
XYZ 20.37 13.92 2.37 -
YUV 97.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 176 72 22 0 0.59 0.88 0.31 19.48 0.78 0.39
Hex B0 48 16 0 3B 58 1F 13 4E 27
Octal 260 110 26 0 73 130 37 23 116 47
Binary 10110000 1001000 10110 0 111011 1011000 11111 10011 1001110 100111

Color Harmonies of #B04816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04816

Black with #B04816

Text Example


Text Example

White with #B04816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04816; }

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

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

background-color css

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

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

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

border-color css

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

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

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