Html Css Color HEX #B35304 Rust

📋 copy color: '#B35304'

red 179 ◦ green 83 ◦ blue 4

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

Shades of Rust #B35304

Tints of Rust #B35304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 67.29%
G = 31.2%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B35304 (or 0xB35304) is known color: Rust. HEX triplet: B3, 53 and 04. RGB value is (179,83,4). Sum of RGB (Red+Green+Blue) = 179+83+4=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B35304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35304 is #4CACFB. Grayscale: #676767. Windows color (decimal): -5025020 or 283571. OLE color: 283571.

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

Color convert

RGB 179 83 4 -
CMYK 0 0.54 0.98 0.30
HSL 27.09º 0.96% 0.36% -
HSV(B) 27.09º 0.98% 0.7% -
XYZ 21.71 15.78 2.02 -
YUV 102.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 179 83 4 0 0.54 0.98 0.30 27.09 0.96 0.36
Hex B3 53 4 0 36 62 1E 1B 60 24
Octal 263 123 4 0 66 142 36 33 140 44
Binary 10110011 1010011 100 0 110110 1100010 11110 11011 1100000 100100

Color Harmonies of #B35304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35304

Black with #B35304

Text Example


Text Example

White with #B35304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35304; }

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

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

background-color css

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

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

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

border-color css

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

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

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