#B14002

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

Shades of Rust #B14002

Tints of Rust #B14002

Color information

#B14002 (or 0xB14002) is unknown color: approx Rust. HEX triplet: B1, 40 and 02. RGB value is (177,64,2). Sum of RGB (Red+Green+Blue) = 177+64+2=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B14002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14002 is #4EBFFD. Grayscale: #5B5B5B. Windows color (decimal): -5160958 or 147633. OLE color: 147633.

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

Color convert

RGB177642-
CMYK00.640.990.31
HSL21.26º97.77%35.1%-
HSV(B)21.26º98.87%69.41%-
XYZ19.9813.021.52-
YUV90.7277.94189.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.84%
GREEN value IS 64 (25.39% from 255) = 26.34%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=72.84%
G=26.34%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17764200.640.990.3121.2697.7735.1
HexB1402040631F156223
Octal26110020100143372514243
Binary1011000110000001001000000110001111111101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14002; }

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

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

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

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

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

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

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

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