Html Css Color HEX #B84B1C Rust

📋 copy color: '#B84B1C'

red 184 ◦ green 75 ◦ blue 28

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

Shades of Rust #B84B1C

Tints of Rust #B84B1C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.13%

 BLUE value IS 28 (11.33% from 255) = 9.76%

R = 64.11%
G = 26.13%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B84B1C (or 0xB84B1C) is known color: Rust. HEX triplet: B8, 4B and 1C. RGB value is (184,75,28). Sum of RGB (Red+Green+Blue) = 184+75+28=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84B1C is #47B4E3. Grayscale: #666666. Windows color (decimal): -4699364 or 1854392. OLE color: 1854392.

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

Color convert

RGB 184 75 28 -
CMYK 0 0.59 0.85 0.28
HSL 18.08º 0.74% 0.42% -
HSV(B) 18.08º 0.85% 0.72% -
XYZ 22.49 15.31 2.87 -
YUV 102.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 184 75 28 0 0.59 0.85 0.28 18.08 0.74 0.42
Hex B8 4B 1C 0 3B 55 1C 12 4A 2A
Octal 270 113 34 0 73 125 34 22 112 52
Binary 10111000 1001011 11100 0 111011 1010101 11100 10010 1001010 101010

Color Harmonies of #B84B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B1C

Black with #B84B1C

Text Example


Text Example

White with #B84B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B1C; }

 p { color: rgb(184,75,28); }

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

background-color css

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

 a { background-color: rgb(184,75,28); }

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

border-color css

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

 span { border-color: rgb(184,75,28); }

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