#B8380F

Color #B8380F Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B8380F

Tints of Rust #B8380F

Color information

#B8380F (or 0xB8380F) is unknown color: approx Rust. HEX triplet: B8, 38 and 0F. RGB value is (184,56,15). Sum of RGB (Red+Green+Blue) = 184+56+15=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B8380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8380F is #47C7F0. Grayscale: #595959. Windows color (decimal): -4704241 or 997560. OLE color: 997560.

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

Color convert

RGB1845615-
CMYK00.700.920.28
HSL14.56º84.92%39.02%-
HSV(B)14.56º91.85%72.16%-
XYZ21.2713.051.85-
YUV89.685.91195.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.16%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=72.16%
G=21.96%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184561500.700.920.2814.5684.9239.02
HexB838F0465C1Cf5527
Octal27070170106134341712547
Binary1011100011100011110100011010111001110011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8380F; }

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

 H1.HeaderClassName
 {
   color: #B8380F;
 }
 .AnyTagClassName
 {
   color: #B8380F;
 }
</style>
background-color css

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

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

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

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

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

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