Html Css Color HEX #B8391C Rust

📋 copy color: '#B8391C'

red 184 ◦ green 57 ◦ blue 28

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

Shades of Rust #B8391C

Tints of Rust #B8391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

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

R = 68.4%
G = 21.19%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8391C (or 0xB8391C) is known color: Rust. HEX triplet: B8, 39 and 1C. RGB value is (184,57,28). Sum of RGB (Red+Green+Blue) = 184+57+28=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8391C is #47C6E3. Grayscale: #5B5B5B. Windows color (decimal): -4703972 or 1849784. OLE color: 1849784.

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

Color convert

RGB 184 57 28 -
CMYK 0 0.69 0.85 0.28
HSL 11.15º 0.74% 0.42% -
HSV(B) 11.15º 0.85% 0.72% -
XYZ 21.44 13.2 2.52 -
YUV 91.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 184 57 28 0 0.69 0.85 0.28 11.15 0.74 0.42
Hex B8 39 1C 0 45 55 1C B 4A 2A
Octal 270 71 34 0 105 125 34 13 112 52
Binary 10111000 111001 11100 0 1000101 1010101 11100 1011 1001010 101010

Color Harmonies of #B8391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8391C

Black with #B8391C

Text Example


Text Example

White with #B8391C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8391C; }

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

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

background-color css

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

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

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

border-color css

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

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

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