Html Css Color HEX #B85113 Rust

📋 copy color: '#B85113'

red 184 ◦ green 81 ◦ blue 19

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

Shades of Rust #B85113

Tints of Rust #B85113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

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

R = 64.79%
G = 28.52%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B85113 (or 0xB85113) is known color: Rust. HEX triplet: B8, 51 and 13. RGB value is (184,81,19). Sum of RGB (Red+Green+Blue) = 184+81+19=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B85113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85113 is #47AEEC. Grayscale: #696969. Windows color (decimal): -4697837 or 1266104. OLE color: 1266104.

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

Color convert

RGB 184 81 19 -
CMYK 0 0.56 0.90 0.28
HSL 22.55º 0.81% 0.4% -
HSV(B) 22.55º 0.9% 0.72% -
XYZ 22.83 16.12 2.52 -
YUV 104.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 184 81 19 0 0.56 0.90 0.28 22.55 0.81 0.4
Hex B8 51 13 0 38 5A 1C 17 51 28
Octal 270 121 23 0 70 132 34 27 121 50
Binary 10111000 1010001 10011 0 111000 1011010 11100 10111 1010001 101000

Color Harmonies of #B85113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85113

Black with #B85113

Text Example


Text Example

White with #B85113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85113; }

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

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

background-color css

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

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

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

border-color css

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

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

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