Html Css Color HEX #B84C1D Rust

📋 copy color: '#B84C1D'

red 184 ◦ green 76 ◦ blue 29

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

Shades of Rust #B84C1D

Tints of Rust #B84C1D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.3%

 BLUE value IS 29 (11.72% from 255) = 10.03%

R = 63.67%
G = 26.3%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B84C1D (or 0xB84C1D) is known color: Rust. HEX triplet: B8, 4C and 1D. RGB value is (184,76,29). Sum of RGB (Red+Green+Blue) = 184+76+29=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84C1D is #47B3E2. Grayscale: #676767. Windows color (decimal): -4699107 or 1920184. OLE color: 1920184.

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

Color convert

RGB 184 76 29 -
CMYK 0 0.59 0.84 0.28
HSL 18.19º 0.73% 0.42% -
HSV(B) 18.19º 0.84% 0.72% -
XYZ 22.57 15.45 2.95 -
YUV 102.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 184 76 29 0 0.59 0.84 0.28 18.19 0.73 0.42
Hex B8 4C 1D 0 3B 54 1C 12 49 2A
Octal 270 114 35 0 73 124 34 22 111 52
Binary 10111000 1001100 11101 0 111011 1010100 11100 10010 1001001 101010

Color Harmonies of #B84C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84C1D

Black with #B84C1D

Text Example


Text Example

White with #B84C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84C1D; }

 p { color: rgb(184,76,29); }

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

background-color css

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

 a { background-color: rgb(184,76,29); }

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

border-color css

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

 span { border-color: rgb(184,76,29); }

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