#B13408

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

Shades of Rust #B13408

Tints of Rust #B13408

Color information

#B13408 (or 0xB13408) is unknown color: approx Rust. HEX triplet: B1, 34 and 08. RGB value is (177,52,8). Sum of RGB (Red+Green+Blue) = 177+52+8=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13408 is #4ECBF7. Grayscale: #545454. Windows color (decimal): -5164024 or 537777. OLE color: 537777.

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

Color convert

RGB177528-
CMYK00.710.950.31
HSL15.62º91.35%36.27%-
HSV(B)15.62º95.48%69.41%-
XYZ19.411.821.49-
YUV84.3684.91194.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.68%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=74.68%
G=21.94%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17752800.710.950.3115.6291.3536.27
HexB13480475F1F105b24
Octal26164100107137372013344
Binary10110001110100100001000111101111111111100001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13408; }

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

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

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

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

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

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

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

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