Html Css Color HEX #B05310 Rust

📋 copy color: '#B05310'

red 176 ◦ green 83 ◦ blue 16

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

Shades of Rust #B05310

Tints of Rust #B05310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 64%
G = 30.18%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B05310 (or 0xB05310) is known color: Rust. HEX triplet: B0, 53 and 10. RGB value is (176,83,16). Sum of RGB (Red+Green+Blue) = 176+83+16=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B05310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05310 is #4FACEF. Grayscale: #676767. Windows color (decimal): -5221616 or 1070000. OLE color: 1070000.

HSL color Cylindrical-coordinate representation of color #B05310: hue angle of 25.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B05310 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 16 -
CMYK 0 0.53 0.91 0.31
HSL 25.13º 0.83% 0.38% -
HSV(B) 25.13º 0.91% 0.69% -
XYZ 21.09 15.45 2.36 -
YUV 103.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 176 83 16 0 0.53 0.91 0.31 25.13 0.83 0.38
Hex B0 53 10 0 35 5B 1F 19 53 26
Octal 260 123 20 0 65 133 37 31 123 46
Binary 10110000 1010011 10000 0 110101 1011011 11111 11001 1010011 100110

Color Harmonies of #B05310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05310

Black with #B05310

Text Example


Text Example

White with #B05310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05310; }

 p { color: rgb(176,83,16); }

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

background-color css

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

 a { background-color: rgb(176,83,16); }

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

border-color css

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

 span { border-color: rgb(176,83,16); }

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