Html Css Color HEX #B94021 Rust

📋 copy color: '#B94021'

red 185 ◦ green 64 ◦ blue 33

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

Shades of Rust #B94021

Tints of Rust #B94021

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 65.6%
G = 22.7%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B94021 (or 0xB94021) is known color: Rust. HEX triplet: B9, 40 and 21. RGB value is (185,64,33). Sum of RGB (Red+Green+Blue) = 185+64+33=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B94021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94021 is #46BFDE. Grayscale: #606060. Windows color (decimal): -4636639 or 2179257. OLE color: 2179257.

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

Color convert

RGB 185 64 33 -
CMYK 0 0.65 0.82 0.27
HSL 12.24º 0.7% 0.43% -
HSV(B) 12.24º 0.82% 0.73% -
XYZ 22.12 14.09 2.99 -
YUV 96.65 92.09 191.02 -
System Red Green Blue C M Y K H S L
Decimal 185 64 33 0 0.65 0.82 0.27 12.24 0.7 0.43
Hex B9 40 21 0 41 52 1B C 46 2B
Octal 271 100 41 0 101 122 33 14 106 53
Binary 10111001 1000000 100001 0 1000001 1010010 11011 1100 1000110 101011

Color Harmonies of #B94021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94021

Black with #B94021

Text Example


Text Example

White with #B94021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94021; }

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

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

background-color css

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

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

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

border-color css

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

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

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