Html Css Color HEX #B94415 Rust

📋 copy color: '#B94415'

red 185 ◦ green 68 ◦ blue 21

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

Shades of Rust #B94415

Tints of Rust #B94415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.82%

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

R = 67.52%
G = 24.82%
B = 7.66%

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

#B94415 (or 0xB94415) is known color: Rust. HEX triplet: B9, 44 and 15. RGB value is (185,68,21). Sum of RGB (Red+Green+Blue) = 185+68+21=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94415 is #46BBEA. Grayscale: #616161. Windows color (decimal): -4635627 or 1393849. OLE color: 1393849.

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

Color convert

RGB 185 68 21 -
CMYK 0 0.63 0.89 0.27
HSL 17.2º 0.8% 0.4% -
HSV(B) 17.2º 0.89% 0.73% -
XYZ 22.21 14.5 2.34 -
YUV 97.63 84.76 190.32 -
System Red Green Blue C M Y K H S L
Decimal 185 68 21 0 0.63 0.89 0.27 17.2 0.8 0.4
Hex B9 44 15 0 3F 59 1B 11 50 28
Octal 271 104 25 0 77 131 33 21 120 50
Binary 10111001 1000100 10101 0 111111 1011001 11011 10001 1010000 101000

Color Harmonies of #B94415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94415

Black with #B94415

Text Example


Text Example

White with #B94415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94415; }

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

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

background-color css

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

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

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

border-color css

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

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

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