Html Css Color HEX #B95319 Rust

📋 copy color: '#B95319'

red 185 ◦ green 83 ◦ blue 25

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

Shades of Rust #B95319

Tints of Rust #B95319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.53%

R = 63.14%
G = 28.33%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B95319 (or 0xB95319) is known color: Rust. HEX triplet: B9, 53 and 19. RGB value is (185,83,25). Sum of RGB (Red+Green+Blue) = 185+83+25=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B95319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95319 is #46ACE6. Grayscale: #6B6B6B. Windows color (decimal): -4631783 or 1659833. OLE color: 1659833.

HSL color Cylindrical-coordinate representation of color #B95319: hue angle of 21.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B95319 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 25 -
CMYK 0 0.55 0.86 0.27
HSL 21.75º 0.76% 0.41% -
HSV(B) 21.75º 0.86% 0.73% -
XYZ 23.28 16.57 2.89 -
YUV 106.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 185 83 25 0 0.55 0.86 0.27 21.75 0.76 0.41
Hex B9 53 19 0 37 56 1B 16 4C 29
Octal 271 123 31 0 67 126 33 26 114 51
Binary 10111001 1010011 11001 0 110111 1010110 11011 10110 1001100 101001

Color Harmonies of #B95319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95319

Black with #B95319

Text Example


Text Example

White with #B95319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95319; }

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

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

background-color css

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

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

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

border-color css

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

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

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