Html Css Color HEX #B95314 Rust

📋 copy color: '#B95314'

red 185 ◦ green 83 ◦ blue 20

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

Shades of Rust #B95314

Tints of Rust #B95314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 64.24%
G = 28.82%
B = 6.94%

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

#B95314 (or 0xB95314) is known color: Rust. HEX triplet: B9, 53 and 14. RGB value is (185,83,20). Sum of RGB (Red+Green+Blue) = 185+83+20=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B95314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95314 is #46ACEB. Grayscale: #6A6A6A. Windows color (decimal): -4631788 or 1332153. OLE color: 1332153.

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

Color convert

RGB 185 83 20 -
CMYK 0 0.55 0.89 0.27
HSL 22.91º 0.8% 0.4% -
HSV(B) 22.91º 0.89% 0.73% -
XYZ 23.23 16.55 2.63 -
YUV 106.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 185 83 20 0 0.55 0.89 0.27 22.91 0.8 0.4
Hex B9 53 14 0 37 59 1B 17 50 28
Octal 271 123 24 0 67 131 33 27 120 50
Binary 10111001 1010011 10100 0 110111 1011001 11011 10111 1010000 101000

Color Harmonies of #B95314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95314

Black with #B95314

Text Example


Text Example

White with #B95314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95314; }

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

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

background-color css

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

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

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

border-color css

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

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

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