Html Css Color HEX #B84720 Rust

📋 copy color: '#B84720'

red 184 ◦ green 71 ◦ blue 32

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

Shades of Rust #B84720

Tints of Rust #B84720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 64.11%
G = 24.74%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B84720 (or 0xB84720) is known color: Rust. HEX triplet: B8, 47 and 20. RGB value is (184,71,32). Sum of RGB (Red+Green+Blue) = 184+71+32=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B84720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84720 is #47B8DF. Grayscale: #646464. Windows color (decimal): -4700384 or 2115512. OLE color: 2115512.

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

Color convert

RGB 184 71 32 -
CMYK 0 0.61 0.83 0.28
HSL 15.39º 0.7% 0.42% -
HSV(B) 15.39º 0.83% 0.72% -
XYZ 22.28 14.8 3.05 -
YUV 100.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 184 71 32 0 0.61 0.83 0.28 15.39 0.7 0.42
Hex B8 47 20 0 3D 53 1C F 46 2A
Octal 270 107 40 0 75 123 34 17 106 52
Binary 10111000 1000111 100000 0 111101 1010011 11100 1111 1000110 101010

Color Harmonies of #B84720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84720

Black with #B84720

Text Example


Text Example

White with #B84720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84720; }

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

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

background-color css

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

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

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

border-color css

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

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

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