#B13202

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

Shades of Rust #B13202

Tints of Rust #B13202

Color information

#B13202 (or 0xB13202) is unknown color: approx Rust. HEX triplet: B1, 32 and 02. RGB value is (177,50,2). Sum of RGB (Red+Green+Blue) = 177+50+2=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B13202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13202 is #4ECDFD. Grayscale: #525252. Windows color (decimal): -5164542 or 144049. OLE color: 144049.

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

Color convert

RGB177502-
CMYK00.720.990.31
HSL16.46º97.77%35.1%-
HSV(B)16.46º98.87%69.41%-
XYZ19.2811.631.29-
YUV82.582.58195.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 77.29%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=77.29%
G=21.83%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17750200.720.990.3116.4697.7735.1
HexB1322048631F106223
Octal2616220110143372014243
Binary101100011100101001001000110001111111100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13202; }

 p { color: rgb(177,50,2); }

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

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

 a { background-color: rgb(177,50,2); }

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

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

 span { border-color: rgb(177,50,2); }

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