Html Css Color HEX #B85218 Rust

📋 copy color: '#B85218'

red 184 ◦ green 82 ◦ blue 24

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

Shades of Rust #B85218

Tints of Rust #B85218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 63.45%
G = 28.28%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B85218 (or 0xB85218) is known color: Rust. HEX triplet: B8, 52 and 18. RGB value is (184,82,24). Sum of RGB (Red+Green+Blue) = 184+82+24=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85218 is #47ADE7. Grayscale: #6A6A6A. Windows color (decimal): -4697576 or 1594040. OLE color: 1594040.

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

Color convert

RGB 184 82 24 -
CMYK 0 0.55 0.87 0.28
HSL 21.75º 0.77% 0.41% -
HSV(B) 21.75º 0.87% 0.72% -
XYZ 22.95 16.29 2.8 -
YUV 105.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 184 82 24 0 0.55 0.87 0.28 21.75 0.77 0.41
Hex B8 52 18 0 37 57 1C 16 4D 29
Octal 270 122 30 0 67 127 34 26 115 51
Binary 10111000 1010010 11000 0 110111 1010111 11100 10110 1001101 101001

Color Harmonies of #B85218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85218

Black with #B85218

Text Example


Text Example

White with #B85218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85218; }

 p { color: rgb(184,82,24); }

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

background-color css

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

 a { background-color: rgb(184,82,24); }

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

border-color css

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

 span { border-color: rgb(184,82,24); }

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