#B43C03

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

Shades of Rust #B43C03

Tints of Rust #B43C03

Color information

#B43C03 (or 0xB43C03) is unknown color: approx Rust. HEX triplet: B4, 3C and 03. RGB value is (180,60,3). Sum of RGB (Red+Green+Blue) = 180+60+3=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C03 is #4BC3FC. Grayscale: #595959. Windows color (decimal): -4965373 or 212148. OLE color: 212148.

HSL color Cylindrical-coordinate representation of color #B43C03: hue angle of 19.32º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B43C03 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB180603-
CMYK00.670.980.29
HSL19.32º96.72%35.88%-
HSV(B)19.32º98.33%70.59%-
XYZ20.4512.941.51-
YUV89.3879.26192.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 74.07%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 3 (1.56% from 255) = 1.23%
R=74.07%
G=24.69%
B=1.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18060300.670.980.2919.3296.7235.88
HexB43C3043621D136124
Octal2647430103142352314144
Binary101101001111001101000011110001011101100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C03; }

 p { color: rgb(180,60,3); }

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

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

 a { background-color: rgb(180,60,3); }

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

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

 span { border-color: rgb(180,60,3); }

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