#B13008

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

Shades of Rust #B13008

Tints of Rust #B13008

Color information

#B13008 (or 0xB13008) is unknown color: approx Rust. HEX triplet: B1, 30 and 08. RGB value is (177,48,8). Sum of RGB (Red+Green+Blue) = 177+48+8=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B13008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13008 is #4ECFF7. Grayscale: #525252. Windows color (decimal): -5165048 or 536753. OLE color: 536753.

HSL color Cylindrical-coordinate representation of color #B13008: hue angle of 14.2º 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 #B13008 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177488-
CMYK00.730.950.31
HSL14.2º91.35%36.27%-
HSV(B)14.2º95.48%69.41%-
XYZ19.2311.481.43-
YUV82.0186.24195.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=75.97%
G=20.60%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17748800.730.950.3114.291.3536.27
HexB13080495F1Fe5b24
Octal26160100111137371613344
Binary1011000111000010000100100110111111111111101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13008; }

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

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

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

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

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

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

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

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