Html Css Color HEX #B95019 Rust

📋 copy color: '#B95019'

red 185 ◦ green 80 ◦ blue 25

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

Shades of Rust #B95019

Tints of Rust #B95019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 63.79%
G = 27.59%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B95019 (or 0xB95019) is known color: Rust. HEX triplet: B9, 50 and 19. RGB value is (185,80,25). Sum of RGB (Red+Green+Blue) = 185+80+25=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B95019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95019 is #46AFE6. Grayscale: #696969. Windows color (decimal): -4632551 or 1659065. OLE color: 1659065.

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

Color convert

RGB 185 80 25 -
CMYK 0 0.57 0.86 0.27
HSL 20.63º 0.76% 0.41% -
HSV(B) 20.63º 0.86% 0.73% -
XYZ 23.05 16.12 2.82 -
YUV 105.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 185 80 25 0 0.57 0.86 0.27 20.63 0.76 0.41
Hex B9 50 19 0 39 56 1B 15 4C 29
Octal 271 120 31 0 71 126 33 25 114 51
Binary 10111001 1010000 11001 0 111001 1010110 11011 10101 1001100 101001

Color Harmonies of #B95019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95019

Black with #B95019

Text Example


Text Example

White with #B95019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95019; }

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

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

background-color css

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

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

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

border-color css

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

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

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