Html Css Color HEX #B84222 Rust

📋 copy color: '#B84222'

red 184 ◦ green 66 ◦ blue 34

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

Shades of Rust #B84222

Tints of Rust #B84222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 64.79%
G = 23.24%
B = 11.97%

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

#B84222 (or 0xB84222) is known color: Rust. HEX triplet: B8, 42 and 22. RGB value is (184,66,34). Sum of RGB (Red+Green+Blue) = 184+66+34=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B84222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84222 is #47BDDD. Grayscale: #616161. Windows color (decimal): -4701662 or 2245304. OLE color: 2245304.

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

Color convert

RGB 184 66 34 -
CMYK 0 0.64 0.82 0.28
HSL 12.8º 0.69% 0.43% -
HSV(B) 12.8º 0.82% 0.72% -
XYZ 22 14.2 3.09 -
YUV 97.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 184 66 34 0 0.64 0.82 0.28 12.8 0.69 0.43
Hex B8 42 22 0 40 52 1C D 45 2B
Octal 270 102 42 0 100 122 34 15 105 53
Binary 10111000 1000010 100010 0 1000000 1010010 11100 1101 1000101 101011

Color Harmonies of #B84222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84222

Black with #B84222

Text Example


Text Example

White with #B84222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84222; }

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

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

background-color css

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

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

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

border-color css

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

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

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