Html Css Color HEX #B35508 Rust

📋 copy color: '#B35508'

red 179 ◦ green 85 ◦ blue 8

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

Shades of Rust #B35508

Tints of Rust #B35508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 65.81%
G = 31.25%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B35508 (or 0xB35508) is known color: Rust. HEX triplet: B3, 55 and 08. RGB value is (179,85,8). Sum of RGB (Red+Green+Blue) = 179+85+8=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B35508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35508 is #4CAAF7. Grayscale: #686868. Windows color (decimal): -5024504 or 546227. OLE color: 546227.

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

Color convert

RGB 179 85 8 -
CMYK 0 0.53 0.96 0.30
HSL 27.02º 0.91% 0.37% -
HSV(B) 27.02º 0.96% 0.7% -
XYZ 21.88 16.1 2.18 -
YUV 104.33 73.64 181.26 -
System Red Green Blue C M Y K H S L
Decimal 179 85 8 0 0.53 0.96 0.30 27.02 0.91 0.37
Hex B3 55 8 0 35 60 1E 1B 5B 25
Octal 263 125 10 0 65 140 36 33 133 45
Binary 10110011 1010101 1000 0 110101 1100000 11110 11011 1011011 100101

Color Harmonies of #B35508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35508

Black with #B35508

Text Example


Text Example

White with #B35508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35508; }

 p { color: rgb(179,85,8); }

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

background-color css

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

 a { background-color: rgb(179,85,8); }

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

border-color css

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

 span { border-color: rgb(179,85,8); }

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