Html Css Color HEX #B94321 Rust

📋 copy color: '#B94321'

red 185 ◦ green 67 ◦ blue 33

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

Shades of Rust #B94321

Tints of Rust #B94321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.51%

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

R = 64.91%
G = 23.51%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B94321 (or 0xB94321) is known color: Rust. HEX triplet: B9, 43 and 21. RGB value is (185,67,33). Sum of RGB (Red+Green+Blue) = 185+67+33=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B94321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94321 is #46BCDE. Grayscale: #626262. Windows color (decimal): -4635871 or 2180025. OLE color: 2180025.

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

Color convert

RGB 185 67 33 -
CMYK 0 0.64 0.82 0.27
HSL 13.42º 0.7% 0.43% -
HSV(B) 13.42º 0.82% 0.73% -
XYZ 22.29 14.44 3.05 -
YUV 98.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 185 67 33 0 0.64 0.82 0.27 13.42 0.7 0.43
Hex B9 43 21 0 40 52 1B D 46 2B
Octal 271 103 41 0 100 122 33 15 106 53
Binary 10111001 1000011 100001 0 1000000 1010010 11011 1101 1000110 101011

Color Harmonies of #B94321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94321

Black with #B94321

Text Example


Text Example

White with #B94321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94321; }

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

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

background-color css

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

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

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

border-color css

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

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

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