Html Css Color HEX #B8390B Rust

📋 copy color: '#B8390B'

red 184 ◦ green 57 ◦ blue 11

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

Shades of Rust #B8390B

Tints of Rust #B8390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 73.02%
G = 22.62%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8390B (or 0xB8390B) is known color: Rust. HEX triplet: B8, 39 and 0B. RGB value is (184,57,11). Sum of RGB (Red+Green+Blue) = 184+57+11=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8390B is #47C6F4. Grayscale: #5A5A5A. Windows color (decimal): -4703989 or 735672. OLE color: 735672.

HSL color Cylindrical-coordinate representation of color #B8390B: hue angle of 15.95º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8390B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 57 11 -
CMYK 0 0.69 0.94 0.28
HSL 15.95º 0.89% 0.38% -
HSV(B) 15.95º 0.94% 0.72% -
XYZ 21.29 13.14 1.73 -
YUV 89.73 83.58 195.24 -
System Red Green Blue C M Y K H S L
Decimal 184 57 11 0 0.69 0.94 0.28 15.95 0.89 0.38
Hex B8 39 B 0 45 5E 1C 10 59 26
Octal 270 71 13 0 105 136 34 20 131 46
Binary 10111000 111001 1011 0 1000101 1011110 11100 10000 1011001 100110

Color Harmonies of #B8390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8390B

Black with #B8390B

Text Example


Text Example

White with #B8390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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