Html Css Color HEX #B94521 Rust

📋 copy color: '#B94521'

red 185 ◦ green 69 ◦ blue 33

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

Shades of Rust #B94521

Tints of Rust #B94521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 64.46%
G = 24.04%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B94521 (or 0xB94521) is known color: Rust. HEX triplet: B9, 45 and 21. RGB value is (185,69,33). Sum of RGB (Red+Green+Blue) = 185+69+33=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B94521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94521 is #46BADE. Grayscale: #636363. Windows color (decimal): -4635359 or 2180537. OLE color: 2180537.

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

Color convert

RGB 185 69 33 -
CMYK 0 0.63 0.82 0.27
HSL 14.21º 0.7% 0.43% -
HSV(B) 14.21º 0.82% 0.73% -
XYZ 22.41 14.68 3.09 -
YUV 99.58 90.43 188.93 -
System Red Green Blue C M Y K H S L
Decimal 185 69 33 0 0.63 0.82 0.27 14.21 0.7 0.43
Hex B9 45 21 0 3F 52 1B E 46 2B
Octal 271 105 41 0 77 122 33 16 106 53
Binary 10111001 1000101 100001 0 111111 1010010 11011 1110 1000110 101011

Color Harmonies of #B94521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94521

Black with #B94521

Text Example


Text Example

White with #B94521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94521; }

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

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

background-color css

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

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

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

border-color css

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

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

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