#B12A03

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

Shades of Rust #B12A03

Tints of Rust #B12A03

Color information

#B12A03 (or 0xB12A03) is unknown color: approx Rust. HEX triplet: B1, 2A and 03. RGB value is (177,42,3). Sum of RGB (Red+Green+Blue) = 177+42+3=222 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.73% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12A03 is #4ED5FC. Grayscale: #4E4E4E. Windows color (decimal): -5166589 or 207537. OLE color: 207537.

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

Color convert

RGB177423-
CMYK00.760.980.31
HSL13.45º96.67%35.29%-
HSV(B)13.45º98.31%69.41%-
XYZ18.9811.011.21-
YUV77.9285.73198.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.73%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=79.73%
G=18.92%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17742300.760.980.3113.4596.6735.29
HexB12A304C621Fd6123
Octal2615230114142371514143
Binary10110001101010110100110011000101111111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A03; }

 p { color: rgb(177,42,3); }

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

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

 a { background-color: rgb(177,42,3); }

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

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

 span { border-color: rgb(177,42,3); }

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