Html Css Color HEX #B05404 Rust

📋 copy color: '#B05404'

red 176 ◦ green 84 ◦ blue 4

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

Shades of Rust #B05404

Tints of Rust #B05404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.82%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 66.67%
G = 31.82%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05404 (or 0xB05404) is known color: Rust. HEX triplet: B0, 54 and 04. RGB value is (176,84,4). Sum of RGB (Red+Green+Blue) = 176+84+4=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B05404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05404 is #4FABFB. Grayscale: #666666. Windows color (decimal): -5221372 or 283824. OLE color: 283824.

HSL color Cylindrical-coordinate representation of color #B05404: hue angle of 27.91º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B05404 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 4 -
CMYK 0 0.52 0.98 0.31
HSL 27.91º 0.96% 0.35% -
HSV(B) 27.91º 0.98% 0.69% -
XYZ 21.1 15.58 2.01 -
YUV 102.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 176 84 4 0 0.52 0.98 0.31 27.91 0.96 0.35
Hex B0 54 4 0 34 62 1F 1C 60 23
Octal 260 124 4 0 64 142 37 34 140 43
Binary 10110000 1010100 100 0 110100 1100010 11111 11100 1100000 100011

Color Harmonies of #B05404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05404

Black with #B05404

Text Example


Text Example

White with #B05404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05404; }

 p { color: rgb(176,84,4); }

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

background-color css

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

 a { background-color: rgb(176,84,4); }

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

border-color css

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

 span { border-color: rgb(176,84,4); }

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