Html Css Color HEX #B84320 Rust

📋 copy color: '#B84320'

red 184 ◦ green 67 ◦ blue 32

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

Shades of Rust #B84320

Tints of Rust #B84320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 65.02%
G = 23.67%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B84320 (or 0xB84320) is known color: Rust. HEX triplet: B8, 43 and 20. RGB value is (184,67,32). Sum of RGB (Red+Green+Blue) = 184+67+32=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B84320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84320 is #47BCDF. Grayscale: #626262. Windows color (decimal): -4701408 or 2114488. OLE color: 2114488.

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

Color convert

RGB 184 67 32 -
CMYK 0 0.64 0.83 0.28
HSL 13.82º 0.7% 0.42% -
HSV(B) 13.82º 0.83% 0.72% -
XYZ 22.04 14.31 2.97 -
YUV 97.99 90.76 189.35 -
System Red Green Blue C M Y K H S L
Decimal 184 67 32 0 0.64 0.83 0.28 13.82 0.7 0.42
Hex B8 43 20 0 40 53 1C E 46 2A
Octal 270 103 40 0 100 123 34 16 106 52
Binary 10111000 1000011 100000 0 1000000 1010011 11100 1110 1000110 101010

Color Harmonies of #B84320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84320

Black with #B84320

Text Example


Text Example

White with #B84320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84320; }

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

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

background-color css

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

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

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

border-color css

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

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

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