Html Css Color HEX #B85018 Rust

📋 copy color: '#B85018'

red 184 ◦ green 80 ◦ blue 24

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

Shades of Rust #B85018

Tints of Rust #B85018

RGB

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

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

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

R = 63.89%
G = 27.78%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B85018 (or 0xB85018) is known color: Rust. HEX triplet: B8, 50 and 18. RGB value is (184,80,24). Sum of RGB (Red+Green+Blue) = 184+80+24=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B85018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85018 is #47AFE7. Grayscale: #696969. Windows color (decimal): -4698088 or 1593528. OLE color: 1593528.

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

Color convert

RGB 184 80 24 -
CMYK 0 0.57 0.87 0.28
HSL 21º 0.77% 0.41% -
HSV(B) 21º 0.87% 0.72% -
XYZ 22.8 15.99 2.75 -
YUV 104.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 184 80 24 0 0.57 0.87 0.28 21 0.77 0.41
Hex B8 50 18 0 39 57 1C 15 4D 29
Octal 270 120 30 0 71 127 34 25 115 51
Binary 10111000 1010000 11000 0 111001 1010111 11100 10101 1001101 101001

Color Harmonies of #B85018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85018

Black with #B85018

Text Example


Text Example

White with #B85018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85018; }

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

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

background-color css

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

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

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

border-color css

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

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

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