Html Css Color HEX #B35202 Rust

📋 copy color: '#B35202'

red 179 ◦ green 82 ◦ blue 2

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

Shades of Rust #B35202

Tints of Rust #B35202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 68.06%
G = 31.18%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B35202 (or 0xB35202) is known color: Rust. HEX triplet: B3, 52 and 02. RGB value is (179,82,2). Sum of RGB (Red+Green+Blue) = 179+82+2=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B35202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35202 is #4CADFD. Grayscale: #666666. Windows color (decimal): -5025278 or 152243. OLE color: 152243.

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

Color convert

RGB 179 82 2 -
CMYK 0 0.54 0.99 0.30
HSL 27.12º 0.98% 0.35% -
HSV(B) 27.12º 0.99% 0.7% -
XYZ 21.62 15.62 1.93 -
YUV 101.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 179 82 2 0 0.54 0.99 0.30 27.12 0.98 0.35
Hex B3 52 2 0 36 63 1E 1B 62 23
Octal 263 122 2 0 66 143 36 33 142 43
Binary 10110011 1010010 10 0 110110 1100011 11110 11011 1100010 100011

Color Harmonies of #B35202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35202

Black with #B35202

Text Example


Text Example

White with #B35202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35202; }

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

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

background-color css

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

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

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

border-color css

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

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

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