#B13800

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

Shades of Rust #B13800

Tints of Rust #B13800

Color information

#B13800 (or 0xB13800) is unknown color: approx Rust. HEX triplet: B1, 38 and 00. RGB value is (177,56,0). Sum of RGB (Red+Green+Blue) = 177+56+0=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B13800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13800 is #4EC7FF. Grayscale: #565656. Windows color (decimal): -5163008 or 14513. OLE color: 14513.

HSL color Cylindrical-coordinate representation of color #B13800: hue angle of 18.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B13800 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB177560-
CMYK00.6810.31
HSL18.98º100%34.71%-
HSV(B)18.98º100%69.41%-
XYZ19.5512.181.32-
YUV85.7979.59193.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.97%
G=24.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17756000.6810.3118.9810034.71
HexB1380044641F136423
Octal2617000104144372314443
Binary10110001111000001000100110010011111100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13800; }

 p { color: rgb(177,56,0); }

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

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

 a { background-color: rgb(177,56,0); }

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

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

 span { border-color: rgb(177,56,0); }

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