Html Css Color HEX #B05710 Rust

📋 copy color: '#B05710'

red 176 ◦ green 87 ◦ blue 16

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

Shades of Rust #B05710

Tints of Rust #B05710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.18%

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

R = 63.08%
G = 31.18%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B05710 (or 0xB05710) is known color: Rust. HEX triplet: B0, 57 and 10. RGB value is (176,87,16). Sum of RGB (Red+Green+Blue) = 176+87+16=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05710 is #4FA8EF. Grayscale: #696969. Windows color (decimal): -5220592 or 1071024. OLE color: 1071024.

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

Color convert

RGB 176 87 16 -
CMYK 0 0.51 0.91 0.31
HSL 26.63º 0.83% 0.38% -
HSV(B) 26.63º 0.91% 0.69% -
XYZ 21.41 16.08 2.47 -
YUV 105.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 176 87 16 0 0.51 0.91 0.31 26.63 0.83 0.38
Hex B0 57 10 0 33 5B 1F 1B 53 26
Octal 260 127 20 0 63 133 37 33 123 46
Binary 10110000 1010111 10000 0 110011 1011011 11111 11011 1010011 100110

Color Harmonies of #B05710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05710

Black with #B05710

Text Example


Text Example

White with #B05710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05710; }

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

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

background-color css

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

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

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

border-color css

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

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

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