Html Css Color HEX #B8360B Rust

📋 copy color: '#B8360B'

red 184 ◦ green 54 ◦ blue 11

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

Shades of Rust #B8360B

Tints of Rust #B8360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 73.9%
G = 21.69%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8360B (or 0xB8360B) is known color: Rust. HEX triplet: B8, 36 and 0B. RGB value is (184,54,11). Sum of RGB (Red+Green+Blue) = 184+54+11=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8360B is #47C9F4. Grayscale: #585858. Windows color (decimal): -4704757 or 734904. OLE color: 734904.

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

Color convert

RGB 184 54 11 -
CMYK 0 0.71 0.94 0.28
HSL 14.91º 0.89% 0.38% -
HSV(B) 14.91º 0.94% 0.72% -
XYZ 21.15 12.85 1.68 -
YUV 87.97 84.57 196.5 -
System Red Green Blue C M Y K H S L
Decimal 184 54 11 0 0.71 0.94 0.28 14.91 0.89 0.38
Hex B8 36 B 0 47 5E 1C F 59 26
Octal 270 66 13 0 107 136 34 17 131 46
Binary 10111000 110110 1011 0 1000111 1011110 11100 1111 1011001 100110

Color Harmonies of #B8360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8360B

Black with #B8360B

Text Example


Text Example

White with #B8360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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