Html Css Color HEX #B94422 Rust

📋 copy color: '#B94422'

red 185 ◦ green 68 ◦ blue 34

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

Shades of Rust #B94422

Tints of Rust #B94422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 64.46%
G = 23.69%
B = 11.85%

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

#B94422 (or 0xB94422) is known color: Rust. HEX triplet: B9, 44 and 22. RGB value is (185,68,34). Sum of RGB (Red+Green+Blue) = 185+68+34=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B94422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94422 is #46BBDD. Grayscale: #636363. Windows color (decimal): -4635614 or 2245817. OLE color: 2245817.

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

Color convert

RGB 185 68 34 -
CMYK 0 0.63 0.82 0.27
HSL 13.51º 0.69% 0.43% -
HSV(B) 13.51º 0.82% 0.73% -
XYZ 22.36 14.56 3.15 -
YUV 99.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 185 68 34 0 0.63 0.82 0.27 13.51 0.69 0.43
Hex B9 44 22 0 3F 52 1B E 45 2B
Octal 271 104 42 0 77 122 33 16 105 53
Binary 10111001 1000100 100010 0 111111 1010010 11011 1110 1000101 101011

Color Harmonies of #B94422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94422

Black with #B94422

Text Example


Text Example

White with #B94422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94422; }

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

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

background-color css

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

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

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

border-color css

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

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

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