Html Css Color HEX #B8360F Rust

📋 copy color: '#B8360F'

red 184 ◦ green 54 ◦ blue 15

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

Shades of Rust #B8360F

Tints of Rust #B8360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 72.73%
G = 21.34%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8360F (or 0xB8360F) is known color: Rust. HEX triplet: B8, 36 and 0F. RGB value is (184,54,15). Sum of RGB (Red+Green+Blue) = 184+54+15=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B8360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8360F is #47C9F0. Grayscale: #585858. Windows color (decimal): -4704753 or 997048. OLE color: 997048.

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

Color convert

RGB 184 54 15 -
CMYK 0 0.71 0.92 0.28
HSL 13.85º 0.85% 0.39% -
HSV(B) 13.85º 0.92% 0.72% -
XYZ 21.17 12.86 1.82 -
YUV 88.42 86.57 196.17 -
System Red Green Blue C M Y K H S L
Decimal 184 54 15 0 0.71 0.92 0.28 13.85 0.85 0.39
Hex B8 36 F 0 47 5C 1C E 55 27
Octal 270 66 17 0 107 134 34 16 125 47
Binary 10111000 110110 1111 0 1000111 1011100 11100 1110 1010101 100111

Color Harmonies of #B8360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8360F

Black with #B8360F

Text Example


Text Example

White with #B8360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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