Html Css Color HEX #B94720 Rust

📋 copy color: '#B94720'

red 185 ◦ green 71 ◦ blue 32

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

Shades of Rust #B94720

Tints of Rust #B94720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 64.24%
G = 24.65%
B = 11.11%

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

#B94720 (or 0xB94720) is known color: Rust. HEX triplet: B9, 47 and 20. RGB value is (185,71,32). Sum of RGB (Red+Green+Blue) = 185+71+32=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B94720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94720 is #46B8DF. Grayscale: #646464. Windows color (decimal): -4634848 or 2115513. OLE color: 2115513.

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

Color convert

RGB 185 71 32 -
CMYK 0 0.62 0.83 0.27
HSL 15.29º 0.71% 0.43% -
HSV(B) 15.29º 0.83% 0.73% -
XYZ 22.52 14.93 3.06 -
YUV 100.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 185 71 32 0 0.62 0.83 0.27 15.29 0.71 0.43
Hex B9 47 20 0 3E 53 1B F 47 2B
Octal 271 107 40 0 76 123 33 17 107 53
Binary 10111001 1000111 100000 0 111110 1010011 11011 1111 1000111 101011

Color Harmonies of #B94720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94720

Black with #B94720

Text Example


Text Example

White with #B94720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94720; }

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

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

background-color css

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

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

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

border-color css

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

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

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