Html Css Color HEX #B85713 Rust

📋 copy color: '#B85713'

red 184 ◦ green 87 ◦ blue 19

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

Shades of Rust #B85713

Tints of Rust #B85713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 63.45%
G = 30%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85713 (or 0xB85713) is known color: Rust. HEX triplet: B8, 57 and 13. RGB value is (184,87,19). Sum of RGB (Red+Green+Blue) = 184+87+19=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85713 is #47A8EC. Grayscale: #6C6C6C. Windows color (decimal): -4696301 or 1267640. OLE color: 1267640.

HSL color Cylindrical-coordinate representation of color #B85713: hue angle of 24.73º 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 #B85713 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 87 19 -
CMYK 0 0.53 0.90 0.28
HSL 24.73º 0.81% 0.4% -
HSV(B) 24.73º 0.9% 0.72% -
XYZ 23.29 17.05 2.68 -
YUV 108.25 77.64 182.03 -
System Red Green Blue C M Y K H S L
Decimal 184 87 19 0 0.53 0.90 0.28 24.73 0.81 0.4
Hex B8 57 13 0 35 5A 1C 19 51 28
Octal 270 127 23 0 65 132 34 31 121 50
Binary 10111000 1010111 10011 0 110101 1011010 11100 11001 1010001 101000

Color Harmonies of #B85713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85713

Black with #B85713

Text Example


Text Example

White with #B85713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85713; }

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

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

background-color css

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

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

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

border-color css

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

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

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