Html Css Color HEX #B8390D Rust

📋 copy color: '#B8390D'

red 184 ◦ green 57 ◦ blue 13

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

Shades of Rust #B8390D

Tints of Rust #B8390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.12%

R = 72.44%
G = 22.44%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8390D (or 0xB8390D) is known color: Rust. HEX triplet: B8, 39 and 0D. RGB value is (184,57,13). Sum of RGB (Red+Green+Blue) = 184+57+13=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B8390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8390D is #47C6F2. Grayscale: #5A5A5A. Windows color (decimal): -4703987 or 866744. OLE color: 866744.

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

Color convert

RGB 184 57 13 -
CMYK 0 0.69 0.93 0.28
HSL 15.44º 0.87% 0.39% -
HSV(B) 15.44º 0.93% 0.72% -
XYZ 21.3 13.15 1.8 -
YUV 89.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 184 57 13 0 0.69 0.93 0.28 15.44 0.87 0.39
Hex B8 39 D 0 45 5D 1C F 57 27
Octal 270 71 15 0 105 135 34 17 127 47
Binary 10111000 111001 1101 0 1000101 1011101 11100 1111 1010111 100111

Color Harmonies of #B8390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8390D

Black with #B8390D

Text Example


Text Example

White with #B8390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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