#B83E1E

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

Shades of Rust #B83E1E

Tints of Rust #B83E1E

Color information

#B83E1E (or 0xB83E1E) is unknown color: approx Rust. HEX triplet: B8, 3E and 1E. RGB value is (184,62,30). Sum of RGB (Red+Green+Blue) = 184+62+30=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E1E is #47C1E1. Grayscale: #5F5F5F. Windows color (decimal): -4702690 or 1982136. OLE color: 1982136.

HSL color Cylindrical-coordinate representation of color #B83E1E: hue angle of 12.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B83E1E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1846230-
CMYK00.660.840.28
HSL12.47º71.96%41.96%-
HSV(B)12.47º83.7%72.16%-
XYZ21.7213.732.73-
YUV94.8391.42191.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.67%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 30 (12.11% from 255) = 10.87%
R=66.67%
G=22.46%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184623000.660.840.2812.4771.9641.96
HexB83E1E042541Cc482a
Octal27076360102124341411052
Binary10111000111110111100100001010101001110011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83E1E; }

 p { color: rgb(184,62,30); }

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

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

 a { background-color: rgb(184,62,30); }

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

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

 span { border-color: rgb(184,62,30); }

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