Html Css Color HEX #B35301 Rust

📋 copy color: '#B35301'

red 179 ◦ green 83 ◦ blue 1

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

Shades of Rust #B35301

Tints of Rust #B35301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.56%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 68.06%
G = 31.56%
B = 0.38%

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

#B35301 (or 0xB35301) is known color: Rust. HEX triplet: B3, 53 and 01. RGB value is (179,83,1). Sum of RGB (Red+Green+Blue) = 179+83+1=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B35301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35301 is #4CACFE. Grayscale: #666666. Windows color (decimal): -5025023 or 86963. OLE color: 86963.

HSL color Cylindrical-coordinate representation of color #B35301: hue angle of 27.64º degrees, saturation: 0.99, 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 #B35301 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 1 -
CMYK 0 0.54 0.99 0.30
HSL 27.64º 0.99% 0.35% -
HSV(B) 27.64º 0.99% 0.7% -
XYZ 21.69 15.77 1.93 -
YUV 102.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 179 83 1 0 0.54 0.99 0.30 27.64 0.99 0.35
Hex B3 53 1 0 36 63 1E 1C 63 23
Octal 263 123 1 0 66 143 36 34 143 43
Binary 10110011 1010011 1 0 110110 1100011 11110 11100 1100011 100011

Color Harmonies of #B35301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35301

Black with #B35301

Text Example


Text Example

White with #B35301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35301; }

 p { color: rgb(179,83,1); }

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

background-color css

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

 a { background-color: rgb(179,83,1); }

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

border-color css

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

 span { border-color: rgb(179,83,1); }

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