Html Css Color HEX #B85013 Rust

📋 copy color: '#B85013'

red 184 ◦ green 80 ◦ blue 19

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

Shades of Rust #B85013

Tints of Rust #B85013

RGB

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

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

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

R = 65.02%
G = 28.27%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85013 (or 0xB85013) is known color: Rust. HEX triplet: B8, 50 and 13. RGB value is (184,80,19). Sum of RGB (Red+Green+Blue) = 184+80+19=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B85013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85013 is #47AFEC. Grayscale: #686868. Windows color (decimal): -4698093 or 1265848. OLE color: 1265848.

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

Color convert

RGB 184 80 19 -
CMYK 0 0.57 0.90 0.28
HSL 22.18º 0.81% 0.4% -
HSV(B) 22.18º 0.9% 0.72% -
XYZ 22.75 15.97 2.5 -
YUV 104.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 184 80 19 0 0.57 0.90 0.28 22.18 0.81 0.4
Hex B8 50 13 0 39 5A 1C 16 51 28
Octal 270 120 23 0 71 132 34 26 121 50
Binary 10111000 1010000 10011 0 111001 1011010 11100 10110 1010001 101000

Color Harmonies of #B85013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85013

Black with #B85013

Text Example


Text Example

White with #B85013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85013; }

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

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

background-color css

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

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

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

border-color css

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

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

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