Html Css Color HEX #B35200 Rust

📋 copy color: '#B35200'

red 179 ◦ green 82 ◦ blue 0

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

Shades of Rust #B35200

Tints of Rust #B35200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.58%
G = 31.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B35200 (or 0xB35200) is known color: Rust. HEX triplet: B3, 52 and 00. RGB value is (179,82,0). Sum of RGB (Red+Green+Blue) = 179+82+0=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B35200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35200 is #4CADFF. Grayscale: #666666. Windows color (decimal): -5025280 or 21171. OLE color: 21171.

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

Color convert

RGB 179 82 0 -
CMYK 0 0.54 1 0.30
HSL 27.49º 1% 0.35% -
HSV(B) 27.49º 1% 0.7% -
XYZ 21.61 15.62 1.88 -
YUV 101.66 70.64 183.17 -
System Red Green Blue C M Y K H S L
Decimal 179 82 0 0 0.54 1 0.30 27.49 1 0.35
Hex B3 52 0 0 36 64 1E 1B 64 23
Octal 263 122 0 0 66 144 36 33 144 43
Binary 10110011 1010010 0 0 110110 1100100 11110 11011 1100100 100011

Color Harmonies of #B35200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35200

Black with #B35200

Text Example


Text Example

White with #B35200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35200; }

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

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

background-color css

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

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

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

border-color css

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

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

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