Html Css Color HEX #B94620 Rust

📋 copy color: '#B94620'

red 185 ◦ green 70 ◦ blue 32

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

Shades of Rust #B94620

Tints of Rust #B94620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 64.46%
G = 24.39%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B94620 (or 0xB94620) is known color: Rust. HEX triplet: B9, 46 and 20. RGB value is (185,70,32). Sum of RGB (Red+Green+Blue) = 185+70+32=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B94620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94620 is #46B9DF. Grayscale: #646464. Windows color (decimal): -4635104 or 2115257. OLE color: 2115257.

HSL color Cylindrical-coordinate representation of color #B94620: hue angle of 14.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B94620 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 32 -
CMYK 0 0.62 0.83 0.27
HSL 14.9º 0.71% 0.43% -
HSV(B) 14.9º 0.83% 0.73% -
XYZ 22.46 14.8 3.04 -
YUV 100.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 185 70 32 0 0.62 0.83 0.27 14.9 0.71 0.43
Hex B9 46 20 0 3E 53 1B F 47 2B
Octal 271 106 40 0 76 123 33 17 107 53
Binary 10111001 1000110 100000 0 111110 1010011 11011 1111 1000111 101011

Color Harmonies of #B94620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94620

Black with #B94620

Text Example


Text Example

White with #B94620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94620; }

 p { color: rgb(185,70,32); }

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

background-color css

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

 a { background-color: rgb(185,70,32); }

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

border-color css

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

 span { border-color: rgb(185,70,32); }

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