Html Css Color HEX #B04C16 Rust

📋 copy color: '#B04C16'

red 176 ◦ green 76 ◦ blue 22

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

Shades of Rust #B04C16

Tints of Rust #B04C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

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

R = 64.23%
G = 27.74%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04C16 (or 0xB04C16) is known color: Rust. HEX triplet: B0, 4C and 16. RGB value is (176,76,22). Sum of RGB (Red+Green+Blue) = 176+76+22=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C16 is #4FB3E9. Grayscale: #646464. Windows color (decimal): -5223402 or 1461424. OLE color: 1461424.

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

Color convert

RGB 176 76 22 -
CMYK 0 0.57 0.88 0.31
HSL 21.04º 0.78% 0.39% -
HSV(B) 21.04º 0.88% 0.69% -
XYZ 20.63 14.46 2.46 -
YUV 99.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 176 76 22 0 0.57 0.88 0.31 21.04 0.78 0.39
Hex B0 4C 16 0 39 58 1F 15 4E 27
Octal 260 114 26 0 71 130 37 25 116 47
Binary 10110000 1001100 10110 0 111001 1011000 11111 10101 1001110 100111

Color Harmonies of #B04C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C16

Black with #B04C16

Text Example


Text Example

White with #B04C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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