Html Css Color HEX #B95715 Rust

📋 copy color: '#B95715'

red 185 ◦ green 87 ◦ blue 21

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

Shades of Rust #B95715

Tints of Rust #B95715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

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

R = 63.14%
G = 29.69%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95715 (or 0xB95715) is known color: Rust. HEX triplet: B9, 57 and 15. RGB value is (185,87,21). Sum of RGB (Red+Green+Blue) = 185+87+21=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B95715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95715 is #46A8EA. Grayscale: #6D6D6D. Windows color (decimal): -4630763 or 1398713. OLE color: 1398713.

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

Color convert

RGB 185 87 21 -
CMYK 0 0.53 0.89 0.27
HSL 24.15º 0.8% 0.4% -
HSV(B) 24.15º 0.89% 0.73% -
XYZ 23.55 17.18 2.79 -
YUV 108.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 185 87 21 0 0.53 0.89 0.27 24.15 0.8 0.4
Hex B9 57 15 0 35 59 1B 18 50 28
Octal 271 127 25 0 65 131 33 30 120 50
Binary 10111001 1010111 10101 0 110101 1011001 11011 11000 1010000 101000

Color Harmonies of #B95715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95715

Black with #B95715

Text Example


Text Example

White with #B95715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95715; }

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

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

background-color css

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

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

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

border-color css

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

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

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