#B13608

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

Shades of Rust #B13608

Tints of Rust #B13608

Color information

#B13608 (or 0xB13608) is unknown color: approx Rust. HEX triplet: B1, 36 and 08. RGB value is (177,54,8). Sum of RGB (Red+Green+Blue) = 177+54+8=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B13608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13608 is #4EC9F7. Grayscale: #555555. Windows color (decimal): -5163512 or 538289. OLE color: 538289.

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

Color convert

RGB177548-
CMYK00.690.950.31
HSL16.33º91.35%36.27%-
HSV(B)16.33º95.48%69.41%-
XYZ19.49121.52-
YUV85.5384.25193.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.06%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=74.06%
G=22.59%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17754800.690.950.3116.3391.3536.27
HexB13680455F1F105b24
Octal26166100105137372013344
Binary10110001110110100001000101101111111111100001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13608; }

 p { color: rgb(177,54,8); }

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

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

 a { background-color: rgb(177,54,8); }

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

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

 span { border-color: rgb(177,54,8); }

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