Html Css Color HEX #B35403 Rust

📋 copy color: '#B35403'

red 179 ◦ green 84 ◦ blue 3

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

Shades of Rust #B35403

Tints of Rust #B35403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 67.29%
G = 31.58%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B35403 (or 0xB35403) is known color: Rust. HEX triplet: B3, 54 and 03. RGB value is (179,84,3). Sum of RGB (Red+Green+Blue) = 179+84+3=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B35403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35403 is #4CABFC. Grayscale: #676767. Windows color (decimal): -5024765 or 218291. OLE color: 218291.

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

Color convert

RGB 179 84 3 -
CMYK 0 0.53 0.98 0.30
HSL 27.61º 0.97% 0.36% -
HSV(B) 27.61º 0.98% 0.7% -
XYZ 21.78 15.93 2.01 -
YUV 103.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 179 84 3 0 0.53 0.98 0.30 27.61 0.97 0.36
Hex B3 54 3 0 35 62 1E 1C 61 24
Octal 263 124 3 0 65 142 36 34 141 44
Binary 10110011 1010100 11 0 110101 1100010 11110 11100 1100001 100100

Color Harmonies of #B35403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35403

Black with #B35403

Text Example


Text Example

White with #B35403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35403; }

 p { color: rgb(179,84,3); }

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

background-color css

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

 a { background-color: rgb(179,84,3); }

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

border-color css

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

 span { border-color: rgb(179,84,3); }

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