Html Css Color HEX #B94515 Rust

📋 copy color: '#B94515'

red 185 ◦ green 69 ◦ blue 21

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

Shades of Rust #B94515

Tints of Rust #B94515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 67.27%
G = 25.09%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B94515 (or 0xB94515) is known color: Rust. HEX triplet: B9, 45 and 15. RGB value is (185,69,21). Sum of RGB (Red+Green+Blue) = 185+69+21=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94515 is #46BAEA. Grayscale: #626262. Windows color (decimal): -4635371 or 1394105. OLE color: 1394105.

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

Color convert

RGB 185 69 21 -
CMYK 0 0.63 0.89 0.27
HSL 17.56º 0.8% 0.4% -
HSV(B) 17.56º 0.89% 0.73% -
XYZ 22.27 14.62 2.36 -
YUV 98.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 185 69 21 0 0.63 0.89 0.27 17.56 0.8 0.4
Hex B9 45 15 0 3F 59 1B 12 50 28
Octal 271 105 25 0 77 131 33 22 120 50
Binary 10111001 1000101 10101 0 111111 1011001 11011 10010 1010000 101000

Color Harmonies of #B94515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94515

Black with #B94515

Text Example


Text Example

White with #B94515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94515; }

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

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

background-color css

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

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

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

border-color css

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

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

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