Html Css Color HEX #B85019 Rust

📋 copy color: '#B85019'

red 184 ◦ green 80 ◦ blue 25

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

Shades of Rust #B85019

Tints of Rust #B85019

RGB

 RED value IS 184 (72.27% from 255) = 63.67%

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

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

R = 63.67%
G = 27.68%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B85019 (or 0xB85019) is known color: Rust. HEX triplet: B8, 50 and 19. RGB value is (184,80,25). Sum of RGB (Red+Green+Blue) = 184+80+25=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85019 is #47AFE6. Grayscale: #696969. Windows color (decimal): -4698087 or 1659064. OLE color: 1659064.

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

Color convert

RGB 184 80 25 -
CMYK 0 0.57 0.86 0.28
HSL 20.75º 0.76% 0.41% -
HSV(B) 20.75º 0.86% 0.72% -
XYZ 22.81 16 2.81 -
YUV 104.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 184 80 25 0 0.57 0.86 0.28 20.75 0.76 0.41
Hex B8 50 19 0 39 56 1C 15 4C 29
Octal 270 120 31 0 71 126 34 25 114 51
Binary 10111000 1010000 11001 0 111001 1010110 11100 10101 1001100 101001

Color Harmonies of #B85019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85019

Black with #B85019

Text Example


Text Example

White with #B85019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85019; }

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

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

background-color css

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

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

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

border-color css

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

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

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