Html Css Color HEX #B85015 Rust

📋 copy color: '#B85015'

red 184 ◦ green 80 ◦ blue 21

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

Shades of Rust #B85015

Tints of Rust #B85015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 64.56%
G = 28.07%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85015 (or 0xB85015) is known color: Rust. HEX triplet: B8, 50 and 15. RGB value is (184,80,21). Sum of RGB (Red+Green+Blue) = 184+80+21=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B85015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85015 is #47AFEA. Grayscale: #686868. Windows color (decimal): -4698091 or 1396920. OLE color: 1396920.

HSL color Cylindrical-coordinate representation of color #B85015: hue angle of 21.72º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85015 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 21 -
CMYK 0 0.57 0.89 0.28
HSL 21.72º 0.8% 0.4% -
HSV(B) 21.72º 0.89% 0.72% -
XYZ 22.77 15.98 2.59 -
YUV 104.37 80.96 184.8 -
System Red Green Blue C M Y K H S L
Decimal 184 80 21 0 0.57 0.89 0.28 21.72 0.8 0.4
Hex B8 50 15 0 39 59 1C 16 50 28
Octal 270 120 25 0 71 131 34 26 120 50
Binary 10111000 1010000 10101 0 111001 1011001 11100 10110 1010000 101000

Color Harmonies of #B85015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85015

Black with #B85015

Text Example


Text Example

White with #B85015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85015; }

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

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

background-color css

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

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

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

border-color css

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

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

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