Html Css Color HEX #B95315 Rust

📋 copy color: '#B95315'

red 185 ◦ green 83 ◦ blue 21

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

Shades of Rust #B95315

Tints of Rust #B95315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 64.01%
G = 28.72%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95315 (or 0xB95315) is known color: Rust. HEX triplet: B9, 53 and 15. RGB value is (185,83,21). Sum of RGB (Red+Green+Blue) = 185+83+21=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95315 is #46ACEA. Grayscale: #6A6A6A. Windows color (decimal): -4631787 or 1397689. OLE color: 1397689.

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

Color convert

RGB 185 83 21 -
CMYK 0 0.55 0.89 0.27
HSL 22.68º 0.8% 0.4% -
HSV(B) 22.68º 0.89% 0.73% -
XYZ 23.24 16.55 2.68 -
YUV 106.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 185 83 21 0 0.55 0.89 0.27 22.68 0.8 0.4
Hex B9 53 15 0 37 59 1B 17 50 28
Octal 271 123 25 0 67 131 33 27 120 50
Binary 10111001 1010011 10101 0 110111 1011001 11011 10111 1010000 101000

Color Harmonies of #B95315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95315

Black with #B95315

Text Example


Text Example

White with #B95315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95315; }

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

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

background-color css

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

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

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

border-color css

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

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

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