Html Css Color HEX #B35513 Rust

📋 copy color: '#B35513'

red 179 ◦ green 85 ◦ blue 19

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

Shades of Rust #B35513

Tints of Rust #B35513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 63.25%
G = 30.04%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35513 (or 0xB35513) is known color: Rust. HEX triplet: B3, 55 and 13. RGB value is (179,85,19). Sum of RGB (Red+Green+Blue) = 179+85+19=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B35513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35513 is #4CAAEC. Grayscale: #696969. Windows color (decimal): -5024493 or 1267123. OLE color: 1267123.

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

Color convert

RGB 179 85 19 -
CMYK 0 0.53 0.89 0.30
HSL 24.75º 0.81% 0.39% -
HSV(B) 24.75º 0.89% 0.7% -
XYZ 21.96 16.13 2.57 -
YUV 105.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 179 85 19 0 0.53 0.89 0.30 24.75 0.81 0.39
Hex B3 55 13 0 35 59 1E 19 51 27
Octal 263 125 23 0 65 131 36 31 121 47
Binary 10110011 1010101 10011 0 110101 1011001 11110 11001 1010001 100111

Color Harmonies of #B35513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35513

Black with #B35513

Text Example


Text Example

White with #B35513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35513; }

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

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

background-color css

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

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

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

border-color css

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

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

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