Html Css Color HEX #B95215 Rust

📋 copy color: '#B95215'

red 185 ◦ green 82 ◦ blue 21

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

Shades of Rust #B95215

Tints of Rust #B95215

RGB

 RED value IS 185 (72.66% from 255) = 64.24%

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

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

R = 64.24%
G = 28.47%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95215 (or 0xB95215) is known color: Rust. HEX triplet: B9, 52 and 15. RGB value is (185,82,21). Sum of RGB (Red+Green+Blue) = 185+82+21=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B95215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95215 is #46ADEA. Grayscale: #6A6A6A. Windows color (decimal): -4632043 or 1397433. OLE color: 1397433.

HSL color Cylindrical-coordinate representation of color #B95215: hue angle of 22.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B95215 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 21 -
CMYK 0 0.56 0.89 0.27
HSL 22.32º 0.8% 0.4% -
HSV(B) 22.32º 0.89% 0.73% -
XYZ 23.16 16.4 2.65 -
YUV 105.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 185 82 21 0 0.56 0.89 0.27 22.32 0.8 0.4
Hex B9 52 15 0 38 59 1B 16 50 28
Octal 271 122 25 0 70 131 33 26 120 50
Binary 10111001 1010010 10101 0 111000 1011001 11011 10110 1010000 101000

Color Harmonies of #B95215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95215

Black with #B95215

Text Example


Text Example

White with #B95215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95215; }

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

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

background-color css

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

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

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

border-color css

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

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

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