Html Css Color HEX #B35118 Rust

📋 copy color: '#B35118'

red 179 ◦ green 81 ◦ blue 24

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

Shades of Rust #B35118

Tints of Rust #B35118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 24 (9.77% from 255) = 8.45%

R = 63.03%
G = 28.52%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B35118 (or 0xB35118) is known color: Rust. HEX triplet: B3, 51 and 18. RGB value is (179,81,24). Sum of RGB (Red+Green+Blue) = 179+81+24=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B35118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35118 is #4CAEE7. Grayscale: #686868. Windows color (decimal): -5025512 or 1593779. OLE color: 1593779.

HSL color Cylindrical-coordinate representation of color #B35118: hue angle of 22.06º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B35118 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 81 24 -
CMYK 0 0.55 0.87 0.30
HSL 22.06º 0.76% 0.4% -
HSV(B) 22.06º 0.87% 0.7% -
XYZ 21.7 15.53 2.72 -
YUV 103.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 179 81 24 0 0.55 0.87 0.30 22.06 0.76 0.4
Hex B3 51 18 0 37 57 1E 16 4C 28
Octal 263 121 30 0 67 127 36 26 114 50
Binary 10110011 1010001 11000 0 110111 1010111 11110 10110 1001100 101000

Color Harmonies of #B35118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35118

Black with #B35118

Text Example


Text Example

White with #B35118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35118; }

 p { color: rgb(179,81,24); }

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

background-color css

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

 a { background-color: rgb(179,81,24); }

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

border-color css

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

 span { border-color: rgb(179,81,24); }

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