Html Css Color HEX #B8310B Rust

📋 copy color: '#B8310B'

red 184 ◦ green 49 ◦ blue 11

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

Shades of Rust #B8310B

Tints of Rust #B8310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

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

R = 75.41%
G = 20.08%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8310B (or 0xB8310B) is known color: Rust. HEX triplet: B8, 31 and 0B. RGB value is (184,49,11). Sum of RGB (Red+Green+Blue) = 184+49+11=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B8310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8310B is #47CEF4. Grayscale: #555555. Windows color (decimal): -4706037 or 733624. OLE color: 733624.

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

Color convert

RGB 184 49 11 -
CMYK 0 0.73 0.94 0.28
HSL 13.18º 0.89% 0.38% -
HSV(B) 13.18º 0.94% 0.72% -
XYZ 20.93 12.41 1.61 -
YUV 85.03 86.23 198.59 -
System Red Green Blue C M Y K H S L
Decimal 184 49 11 0 0.73 0.94 0.28 13.18 0.89 0.38
Hex B8 31 B 0 49 5E 1C D 59 26
Octal 270 61 13 0 111 136 34 15 131 46
Binary 10111000 110001 1011 0 1001001 1011110 11100 1101 1011001 100110

Color Harmonies of #B8310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8310B

Black with #B8310B

Text Example


Text Example

White with #B8310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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