Html Css Color HEX #B84322 Rust

📋 copy color: '#B84322'

red 184 ◦ green 67 ◦ blue 34

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

Shades of Rust #B84322

Tints of Rust #B84322

RGB

 RED value IS 184 (72.27% from 255) = 64.56%

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

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

R = 64.56%
G = 23.51%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B84322 (or 0xB84322) is known color: Rust. HEX triplet: B8, 43 and 22. RGB value is (184,67,34). Sum of RGB (Red+Green+Blue) = 184+67+34=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B84322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84322 is #47BCDD. Grayscale: #626262. Windows color (decimal): -4701406 or 2245560. OLE color: 2245560.

HSL color Cylindrical-coordinate representation of color #B84322: hue angle of 13.2º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B84322 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 67 34 -
CMYK 0 0.64 0.82 0.28
HSL 13.2º 0.69% 0.43% -
HSV(B) 13.2º 0.82% 0.72% -
XYZ 22.06 14.32 3.11 -
YUV 98.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 184 67 34 0 0.64 0.82 0.28 13.2 0.69 0.43
Hex B8 43 22 0 40 52 1C D 45 2B
Octal 270 103 42 0 100 122 34 15 105 53
Binary 10111000 1000011 100010 0 1000000 1010010 11100 1101 1000101 101011

Color Harmonies of #B84322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84322

Black with #B84322

Text Example


Text Example

White with #B84322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84322; }

 p { color: rgb(184,67,34); }

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

background-color css

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

 a { background-color: rgb(184,67,34); }

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

border-color css

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

 span { border-color: rgb(184,67,34); }

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