Html Css Color HEX #B35514 Rust

📋 copy color: '#B35514'

red 179 ◦ green 85 ◦ blue 20

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

Shades of Rust #B35514

Tints of Rust #B35514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 63.03%
G = 29.93%
B = 7.04%

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

#B35514 (or 0xB35514) is known color: Rust. HEX triplet: B3, 55 and 14. RGB value is (179,85,20). Sum of RGB (Red+Green+Blue) = 179+85+20=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B35514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35514 is #4CAAEB. Grayscale: #6A6A6A. Windows color (decimal): -5024492 or 1332659. OLE color: 1332659.

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

Color convert

RGB 179 85 20 -
CMYK 0 0.53 0.89 0.30
HSL 24.53º 0.8% 0.39% -
HSV(B) 24.53º 0.89% 0.7% -
XYZ 21.97 16.13 2.62 -
YUV 105.7 79.64 180.29 -
System Red Green Blue C M Y K H S L
Decimal 179 85 20 0 0.53 0.89 0.30 24.53 0.8 0.39
Hex B3 55 14 0 35 59 1E 19 50 27
Octal 263 125 24 0 65 131 36 31 120 47
Binary 10110011 1010101 10100 0 110101 1011001 11110 11001 1010000 100111

Color Harmonies of #B35514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35514

Black with #B35514

Text Example


Text Example

White with #B35514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35514; }

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

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

background-color css

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

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

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

border-color css

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

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

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