Html Css Color HEX #B94421 Rust

📋 copy color: '#B94421'

red 185 ◦ green 68 ◦ blue 33

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

Shades of Rust #B94421

Tints of Rust #B94421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

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

R = 64.69%
G = 23.78%
B = 11.54%

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

#B94421 (or 0xB94421) is known color: Rust. HEX triplet: B9, 44 and 21. RGB value is (185,68,33). Sum of RGB (Red+Green+Blue) = 185+68+33=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B94421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94421 is #46BBDE. Grayscale: #636363. Windows color (decimal): -4635615 or 2180281. OLE color: 2180281.

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

Color convert

RGB 185 68 33 -
CMYK 0 0.63 0.82 0.27
HSL 13.82º 0.7% 0.43% -
HSV(B) 13.82º 0.82% 0.73% -
XYZ 22.35 14.56 3.07 -
YUV 98.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 185 68 33 0 0.63 0.82 0.27 13.82 0.7 0.43
Hex B9 44 21 0 3F 52 1B E 46 2B
Octal 271 104 41 0 77 122 33 16 106 53
Binary 10111001 1000100 100001 0 111111 1010010 11011 1110 1000110 101011

Color Harmonies of #B94421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94421

Black with #B94421

Text Example


Text Example

White with #B94421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94421; }

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

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

background-color css

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

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

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

border-color css

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

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

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