Html Css Color HEX #B35115 Rust

📋 copy color: '#B35115'

red 179 ◦ green 81 ◦ blue 21

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

Shades of Rust #B35115

Tints of Rust #B35115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 63.7%
G = 28.83%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B35115 (or 0xB35115) is known color: Rust. HEX triplet: B3, 51 and 15. RGB value is (179,81,21). Sum of RGB (Red+Green+Blue) = 179+81+21=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B35115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35115 is #4CAEEA. Grayscale: #676767. Windows color (decimal): -5025515 or 1397171. OLE color: 1397171.

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

Color convert

RGB 179 81 21 -
CMYK 0 0.55 0.88 0.30
HSL 22.78º 0.79% 0.39% -
HSV(B) 22.78º 0.88% 0.7% -
XYZ 21.67 15.52 2.56 -
YUV 103.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 179 81 21 0 0.55 0.88 0.30 22.78 0.79 0.39
Hex B3 51 15 0 37 58 1E 17 4F 27
Octal 263 121 25 0 67 130 36 27 117 47
Binary 10110011 1010001 10101 0 110111 1011000 11110 10111 1001111 100111

Color Harmonies of #B35115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35115

Black with #B35115

Text Example


Text Example

White with #B35115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35115; }

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

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

background-color css

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

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

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

border-color css

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

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

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