Html Css Color HEX #B84A1D Rust

📋 copy color: '#B84A1D'

red 184 ◦ green 74 ◦ blue 29

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

Shades of Rust #B84A1D

Tints of Rust #B84A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

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

R = 64.11%
G = 25.78%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B84A1D (or 0xB84A1D) is known color: Rust. HEX triplet: B8, 4A and 1D. RGB value is (184,74,29). Sum of RGB (Red+Green+Blue) = 184+74+29=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84A1D is #47B5E2. Grayscale: #666666. Windows color (decimal): -4699619 or 1919672. OLE color: 1919672.

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

Color convert

RGB 184 74 29 -
CMYK 0 0.60 0.84 0.28
HSL 17.42º 0.73% 0.42% -
HSV(B) 17.42º 0.84% 0.72% -
XYZ 22.44 15.18 2.91 -
YUV 101.76 86.94 186.66 -
System Red Green Blue C M Y K H S L
Decimal 184 74 29 0 0.60 0.84 0.28 17.42 0.73 0.42
Hex B8 4A 1D 0 3C 54 1C 11 49 2A
Octal 270 112 35 0 74 124 34 21 111 52
Binary 10111000 1001010 11101 0 111100 1010100 11100 10001 1001001 101010

Color Harmonies of #B84A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A1D

Black with #B84A1D

Text Example


Text Example

White with #B84A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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