Html Css Color HEX #B94518 Rust

📋 copy color: '#B94518'

red 185 ◦ green 69 ◦ blue 24

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

Shades of Rust #B94518

Tints of Rust #B94518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.63%

R = 66.55%
G = 24.82%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B94518 (or 0xB94518) is known color: Rust. HEX triplet: B9, 45 and 18. RGB value is (185,69,24). Sum of RGB (Red+Green+Blue) = 185+69+24=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B94518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94518 is #46BAE7. Grayscale: #626262. Windows color (decimal): -4635368 or 1590713. OLE color: 1590713.

HSL color Cylindrical-coordinate representation of color #B94518: hue angle of 16.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B94518 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 24 -
CMYK 0 0.63 0.87 0.27
HSL 16.77º 0.77% 0.41% -
HSV(B) 16.77º 0.87% 0.73% -
XYZ 22.3 14.64 2.51 -
YUV 98.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 185 69 24 0 0.63 0.87 0.27 16.77 0.77 0.41
Hex B9 45 18 0 3F 57 1B 11 4D 29
Octal 271 105 30 0 77 127 33 21 115 51
Binary 10111001 1000101 11000 0 111111 1010111 11011 10001 1001101 101001

Color Harmonies of #B94518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94518

Black with #B94518

Text Example


Text Example

White with #B94518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94518; }

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

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

background-color css

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

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

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

border-color css

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

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

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