Html Css Color HEX #B85515 Rust

📋 copy color: '#B85515'

red 184 ◦ green 85 ◦ blue 21

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

Shades of Rust #B85515

Tints of Rust #B85515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 63.45%
G = 29.31%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B85515 (or 0xB85515) is known color: Rust. HEX triplet: B8, 55 and 15. RGB value is (184,85,21). Sum of RGB (Red+Green+Blue) = 184+85+21=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85515 is #47AAEA. Grayscale: #6B6B6B. Windows color (decimal): -4696811 or 1398200. OLE color: 1398200.

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

Color convert

RGB 184 85 21 -
CMYK 0 0.54 0.89 0.28
HSL 23.56º 0.8% 0.4% -
HSV(B) 23.56º 0.89% 0.72% -
XYZ 23.15 16.74 2.72 -
YUV 107.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 184 85 21 0 0.54 0.89 0.28 23.56 0.8 0.4
Hex B8 55 15 0 36 59 1C 18 50 28
Octal 270 125 25 0 66 131 34 30 120 50
Binary 10111000 1010101 10101 0 110110 1011001 11100 11000 1010000 101000

Color Harmonies of #B85515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85515

Black with #B85515

Text Example


Text Example

White with #B85515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85515; }

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

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

background-color css

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

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

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

border-color css

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

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

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