Html Css Color HEX #B35710 Rust

📋 copy color: '#B35710'

red 179 ◦ green 87 ◦ blue 16

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

Shades of Rust #B35710

Tints of Rust #B35710

RGB

 RED value IS 179 (70.31% from 255) = 63.48%

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

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

R = 63.48%
G = 30.85%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B35710 (or 0xB35710) is known color: Rust. HEX triplet: B3, 57 and 10. RGB value is (179,87,16). Sum of RGB (Red+Green+Blue) = 179+87+16=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B35710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35710 is #4CA8EF. Grayscale: #6A6A6A. Windows color (decimal): -5023984 or 1071027. OLE color: 1071027.

HSL color Cylindrical-coordinate representation of color #B35710: hue angle of 26.13º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B35710 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 87 16 -
CMYK 0 0.51 0.91 0.30
HSL 26.13º 0.84% 0.38% -
HSV(B) 26.13º 0.91% 0.7% -
XYZ 22.09 16.44 2.5 -
YUV 106.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 179 87 16 0 0.51 0.91 0.30 26.13 0.84 0.38
Hex B3 57 10 0 33 5B 1E 1A 54 26
Octal 263 127 20 0 63 133 36 32 124 46
Binary 10110011 1010111 10000 0 110011 1011011 11110 11010 1010100 100110

Color Harmonies of #B35710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35710

Black with #B35710

Text Example


Text Example

White with #B35710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35710; }

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

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

background-color css

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

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

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

border-color css

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

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

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