Html Css Color HEX #B35215 Rust

📋 copy color: '#B35215'

red 179 ◦ green 82 ◦ blue 21

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

Shades of Rust #B35215

Tints of Rust #B35215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

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

R = 63.48%
G = 29.08%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B35215 (or 0xB35215) is known color: Rust. HEX triplet: B3, 52 and 15. RGB value is (179,82,21). Sum of RGB (Red+Green+Blue) = 179+82+21=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B35215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35215 is #4CADEA. Grayscale: #686868. Windows color (decimal): -5025259 or 1397427. OLE color: 1397427.

HSL color Cylindrical-coordinate representation of color #B35215: hue angle of 23.16º 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 #B35215 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 82 21 -
CMYK 0 0.54 0.88 0.30
HSL 23.16º 0.79% 0.39% -
HSV(B) 23.16º 0.88% 0.7% -
XYZ 21.74 15.67 2.59 -
YUV 104.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 179 82 21 0 0.54 0.88 0.30 23.16 0.79 0.39
Hex B3 52 15 0 36 58 1E 17 4F 27
Octal 263 122 25 0 66 130 36 27 117 47
Binary 10110011 1010010 10101 0 110110 1011000 11110 10111 1001111 100111

Color Harmonies of #B35215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35215

Black with #B35215

Text Example


Text Example

White with #B35215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35215; }

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

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

background-color css

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

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

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

border-color css

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

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

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