Html Css Color HEX #B35610 Rust

📋 copy color: '#B35610'

red 179 ◦ green 86 ◦ blue 16

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

Shades of Rust #B35610

Tints of Rust #B35610

RGB

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

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

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

R = 63.7%
G = 30.6%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B35610 (or 0xB35610) is known color: Rust. HEX triplet: B3, 56 and 10. RGB value is (179,86,16). Sum of RGB (Red+Green+Blue) = 179+86+16=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B35610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35610 is #4CA9EF. Grayscale: #6A6A6A. Windows color (decimal): -5024240 or 1070771. OLE color: 1070771.

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

Color convert

RGB 179 86 16 -
CMYK 0 0.52 0.91 0.30
HSL 25.77º 0.84% 0.38% -
HSV(B) 25.77º 0.91% 0.7% -
XYZ 22.01 16.28 2.47 -
YUV 105.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 179 86 16 0 0.52 0.91 0.30 25.77 0.84 0.38
Hex B3 56 10 0 34 5B 1E 1A 54 26
Octal 263 126 20 0 64 133 36 32 124 46
Binary 10110011 1010110 10000 0 110100 1011011 11110 11010 1010100 100110

Color Harmonies of #B35610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35610

Black with #B35610

Text Example


Text Example

White with #B35610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35610; }

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

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

background-color css

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

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

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

border-color css

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

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

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