Html Css Color HEX #B95313 Rust

📋 copy color: '#B95313'

red 185 ◦ green 83 ◦ blue 19

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

Shades of Rust #B95313

Tints of Rust #B95313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 64.46%
G = 28.92%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B95313 (or 0xB95313) is known color: Rust. HEX triplet: B9, 53 and 13. RGB value is (185,83,19). Sum of RGB (Red+Green+Blue) = 185+83+19=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B95313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95313 is #46ACEC. Grayscale: #6A6A6A. Windows color (decimal): -4631789 or 1266617. OLE color: 1266617.

HSL color Cylindrical-coordinate representation of color #B95313: hue angle of 23.13º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95313 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 19 -
CMYK 0 0.55 0.90 0.27
HSL 23.13º 0.81% 0.4% -
HSV(B) 23.13º 0.9% 0.73% -
XYZ 23.22 16.55 2.59 -
YUV 106.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 185 83 19 0 0.55 0.90 0.27 23.13 0.81 0.4
Hex B9 53 13 0 37 5A 1B 17 51 28
Octal 271 123 23 0 67 132 33 27 121 50
Binary 10111001 1010011 10011 0 110111 1011010 11011 10111 1010001 101000

Color Harmonies of #B95313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95313

Black with #B95313

Text Example


Text Example

White with #B95313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95313; }

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

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

background-color css

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

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

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

border-color css

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

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

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