Html Css Color HEX #B35205 Rust

📋 copy color: '#B35205'

red 179 ◦ green 82 ◦ blue 5

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

Shades of Rust #B35205

Tints of Rust #B35205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 5 (2.34% from 255) = 1.88%

R = 67.29%
G = 30.83%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B35205 (or 0xB35205) is known color: Rust. HEX triplet: B3, 52 and 05. RGB value is (179,82,5). Sum of RGB (Red+Green+Blue) = 179+82+5=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B35205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35205 is #4CADFA. Grayscale: #666666. Windows color (decimal): -5025275 or 348851. OLE color: 348851.

HSL color Cylindrical-coordinate representation of color #B35205: hue angle of 26.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B35205 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 82 5 -
CMYK 0 0.54 0.97 0.30
HSL 26.55º 0.95% 0.36% -
HSV(B) 26.55º 0.97% 0.7% -
XYZ 21.64 15.63 2.02 -
YUV 102.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 179 82 5 0 0.54 0.97 0.30 26.55 0.95 0.36
Hex B3 52 5 0 36 61 1E 1B 5F 24
Octal 263 122 5 0 66 141 36 33 137 44
Binary 10110011 1010010 101 0 110110 1100001 11110 11011 1011111 100100

Color Harmonies of #B35205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35205

Black with #B35205

Text Example


Text Example

White with #B35205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35205; }

 p { color: rgb(179,82,5); }

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

background-color css

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

 a { background-color: rgb(179,82,5); }

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

border-color css

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

 span { border-color: rgb(179,82,5); }

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