Html Css Color HEX #B35507 Rust

📋 copy color: '#B35507'

red 179 ◦ green 85 ◦ blue 7

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

Shades of Rust #B35507

Tints of Rust #B35507

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 7 (3.13% from 255) = 2.58%

R = 66.05%
G = 31.37%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B35507 (or 0xB35507) is known color: Rust. HEX triplet: B3, 55 and 07. RGB value is (179,85,7). Sum of RGB (Red+Green+Blue) = 179+85+7=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B35507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35507 is #4CAAF8. Grayscale: #686868. Windows color (decimal): -5024505 or 480691. OLE color: 480691.

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

Color convert

RGB 179 85 7 -
CMYK 0 0.53 0.96 0.30
HSL 27.21º 0.92% 0.36% -
HSV(B) 27.21º 0.96% 0.7% -
XYZ 21.88 16.1 2.15 -
YUV 104.21 73.14 181.34 -
System Red Green Blue C M Y K H S L
Decimal 179 85 7 0 0.53 0.96 0.30 27.21 0.92 0.36
Hex B3 55 7 0 35 60 1E 1B 5C 24
Octal 263 125 7 0 65 140 36 33 134 44
Binary 10110011 1010101 111 0 110101 1100000 11110 11011 1011100 100100

Color Harmonies of #B35507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35507

Black with #B35507

Text Example


Text Example

White with #B35507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35507; }

 p { color: rgb(179,85,7); }

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

background-color css

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

 a { background-color: rgb(179,85,7); }

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

border-color css

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

 span { border-color: rgb(179,85,7); }

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