Html Css Color HEX #B85613 Rust

📋 copy color: '#B85613'

red 184 ◦ green 86 ◦ blue 19

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

Shades of Rust #B85613

Tints of Rust #B85613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 63.67%
G = 29.76%
B = 6.57%

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

#B85613 (or 0xB85613) is known color: Rust. HEX triplet: B8, 56 and 13. RGB value is (184,86,19). Sum of RGB (Red+Green+Blue) = 184+86+19=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85613 is #47A9EC. Grayscale: #6C6C6C. Windows color (decimal): -4696557 or 1267384. OLE color: 1267384.

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

Color convert

RGB 184 86 19 -
CMYK 0 0.53 0.90 0.28
HSL 24.36º 0.81% 0.4% -
HSV(B) 24.36º 0.9% 0.72% -
XYZ 23.21 16.89 2.65 -
YUV 107.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 184 86 19 0 0.53 0.90 0.28 24.36 0.81 0.4
Hex B8 56 13 0 35 5A 1C 18 51 28
Octal 270 126 23 0 65 132 34 30 121 50
Binary 10111000 1010110 10011 0 110101 1011010 11100 11000 1010001 101000

Color Harmonies of #B85613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85613

Black with #B85613

Text Example


Text Example

White with #B85613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85613; }

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

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

background-color css

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

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

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

border-color css

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

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

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