Html Css Color HEX #B84221 Rust

📋 copy color: '#B84221'

red 184 ◦ green 66 ◦ blue 33

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

Shades of Rust #B84221

Tints of Rust #B84221

RGB

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

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

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

R = 65.02%
G = 23.32%
B = 11.66%

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

#B84221 (or 0xB84221) is known color: Rust. HEX triplet: B8, 42 and 21. RGB value is (184,66,33). Sum of RGB (Red+Green+Blue) = 184+66+33=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B84221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84221 is #47BDDE. Grayscale: #616161. Windows color (decimal): -4701663 or 2179768. OLE color: 2179768.

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

Color convert

RGB 184 66 33 -
CMYK 0 0.64 0.82 0.28
HSL 13.11º 0.7% 0.43% -
HSV(B) 13.11º 0.82% 0.72% -
XYZ 21.99 14.2 3.02 -
YUV 97.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 184 66 33 0 0.64 0.82 0.28 13.11 0.7 0.43
Hex B8 42 21 0 40 52 1C D 46 2B
Octal 270 102 41 0 100 122 34 15 106 53
Binary 10111000 1000010 100001 0 1000000 1010010 11100 1101 1000110 101011

Color Harmonies of #B84221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84221

Black with #B84221

Text Example


Text Example

White with #B84221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84221; }

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

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

background-color css

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

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

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

border-color css

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

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

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