Html Css Color HEX #B95015 Rust

📋 copy color: '#B95015'

red 185 ◦ green 80 ◦ blue 21

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

Shades of Rust #B95015

Tints of Rust #B95015

RGB

 RED value IS 185 (72.66% from 255) = 64.69%

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

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

R = 64.69%
G = 27.97%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95015 (or 0xB95015) is known color: Rust. HEX triplet: B9, 50 and 15. RGB value is (185,80,21). Sum of RGB (Red+Green+Blue) = 185+80+21=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95015 is #46AFEA. Grayscale: #696969. Windows color (decimal): -4632555 or 1396921. OLE color: 1396921.

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

Color convert

RGB 185 80 21 -
CMYK 0 0.57 0.89 0.27
HSL 21.59º 0.8% 0.4% -
HSV(B) 21.59º 0.89% 0.73% -
XYZ 23.01 16.11 2.61 -
YUV 104.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 185 80 21 0 0.57 0.89 0.27 21.59 0.8 0.4
Hex B9 50 15 0 39 59 1B 16 50 28
Octal 271 120 25 0 71 131 33 26 120 50
Binary 10111001 1010000 10101 0 111001 1011001 11011 10110 1010000 101000

Color Harmonies of #B95015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95015

Black with #B95015

Text Example


Text Example

White with #B95015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95015; }

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

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

background-color css

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

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

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

border-color css

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

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

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