Html Css Color HEX #B94915 Rust

📋 copy color: '#B94915'

red 185 ◦ green 73 ◦ blue 21

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

Shades of Rust #B94915

Tints of Rust #B94915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 66.31%
G = 26.16%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B94915 (or 0xB94915) is known color: Rust. HEX triplet: B9, 49 and 15. RGB value is (185,73,21). Sum of RGB (Red+Green+Blue) = 185+73+21=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B94915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94915 is #46B6EA. Grayscale: #646464. Windows color (decimal): -4634347 or 1395129. OLE color: 1395129.

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

Color convert

RGB 185 73 21 -
CMYK 0 0.61 0.89 0.27
HSL 19.02º 0.8% 0.4% -
HSV(B) 19.02º 0.89% 0.73% -
XYZ 22.53 15.13 2.44 -
YUV 100.56 83.11 188.23 -
System Red Green Blue C M Y K H S L
Decimal 185 73 21 0 0.61 0.89 0.27 19.02 0.8 0.4
Hex B9 49 15 0 3D 59 1B 13 50 28
Octal 271 111 25 0 75 131 33 23 120 50
Binary 10111001 1001001 10101 0 111101 1011001 11011 10011 1010000 101000

Color Harmonies of #B94915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94915

Black with #B94915

Text Example


Text Example

White with #B94915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94915; }

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

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

background-color css

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

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

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

border-color css

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

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

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