Html Css Color HEX #B05400 Rust

📋 copy color: '#B05400'

red 176 ◦ green 84 ◦ blue 0

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

Shades of Rust #B05400

Tints of Rust #B05400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.69%
G = 32.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B05400 (or 0xB05400) is known color: Rust. HEX triplet: B0, 54 and 00. RGB value is (176,84,0). Sum of RGB (Red+Green+Blue) = 176+84+0=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B05400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05400 is #4FABFF. Grayscale: #666666. Windows color (decimal): -5221376 or 21680. OLE color: 21680.

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

Color convert

RGB 176 84 0 -
CMYK 0 0.52 1 0.31
HSL 28.64º 1% 0.35% -
HSV(B) 28.64º 1% 0.69% -
XYZ 21.07 15.57 1.89 -
YUV 101.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 176 84 0 0 0.52 1 0.31 28.64 1 0.35
Hex B0 54 0 0 34 64 1F 1D 64 23
Octal 260 124 0 0 64 144 37 35 144 43
Binary 10110000 1010100 0 0 110100 1100100 11111 11101 1100100 100011

Color Harmonies of #B05400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05400

Black with #B05400

Text Example


Text Example

White with #B05400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05400; }

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

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

background-color css

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

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

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

border-color css

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

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

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