Html Css Color HEX #B05603 Rust

📋 copy color: '#B05603'

red 176 ◦ green 86 ◦ blue 3

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

Shades of Rust #B05603

Tints of Rust #B05603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 66.42%
G = 32.45%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05603 (or 0xB05603) is known color: Rust. HEX triplet: B0, 56 and 03. RGB value is (176,86,3). Sum of RGB (Red+Green+Blue) = 176+86+3=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05603 is #4FA9FC. Grayscale: #676767. Windows color (decimal): -5220861 or 218800. OLE color: 218800.

HSL color Cylindrical-coordinate representation of color #B05603: hue angle of 28.79º degrees, saturation: 0.97, 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 #B05603 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 3 -
CMYK 0 0.51 0.98 0.31
HSL 28.79º 0.97% 0.35% -
HSV(B) 28.79º 0.98% 0.69% -
XYZ 21.25 15.89 2.03 -
YUV 103.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 176 86 3 0 0.51 0.98 0.31 28.79 0.97 0.35
Hex B0 56 3 0 33 62 1F 1D 61 23
Octal 260 126 3 0 63 142 37 35 141 43
Binary 10110000 1010110 11 0 110011 1100010 11111 11101 1100001 100011

Color Harmonies of #B05603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05603

Black with #B05603

Text Example


Text Example

White with #B05603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05603; }

 p { color: rgb(176,86,3); }

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

background-color css

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

 a { background-color: rgb(176,86,3); }

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

border-color css

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

 span { border-color: rgb(176,86,3); }

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